Re: [TYPO3-english] output CONTENT.select query in browser

2012-02-29 Thread Muriel le Pair
On 28-02-12 23:16, Loek Hilgersom wrote: The quick and dirty way: enable sqlDebug in the install tool and make a spelling mistake in your query on purpose so you'll get the debug output in the frontend. Make sure your IP is included in the devIPmask. Aha, Thanks it works! -- kind regards,

[TYPO3-english] output CONTENT.select query in browser

2012-02-28 Thread Muriel le Pair
Hello, For debugging purposes I would like to see the query performed. So how do I output it to a browser? temp.vartest = CONTENT temp.vartest { select { selectFields = title } # tried to do it this way, but it doesn't work: stdWrap.debugFunc = 2 } -- kind regards, Muriel le

Re: [TYPO3-english] output CONTENT.select query in browser

2012-02-28 Thread Philipp Gampe
Hi Muriel le Pair, Muriel le Pair wrote: For debugging purposes I would like to see the query performed. So how do I output it to a browser? temp.vartest = CONTENT temp.vartest { select { selectFields = title } # tried to do it this way, but it doesn't work:

Re: [TYPO3-english] output CONTENT.select query in browser

2012-02-28 Thread Loek Hilgersom
The quick and dirty way: enable sqlDebug in the install tool and make a spelling mistake in your query on purpose so you'll get the debug output in the frontend. Make sure your IP is included in the devIPmask. Loek On 02/28/2012 04:56 PM, Muriel le Pair wrote: Hello, For debugging purposes