[Typo3] How to debug the TypoScripts?

Mathias Schreiber [wmdb] mathias.schreiber at wmdb.de
Wed Nov 23 09:17:40 CET 2005


Mathias Schreiber [wmdb] wrote:
>> Are there any debug mode or flag can temporary enable error message on 
>> web pages without affect others pages on same typo3?
> 
> 
> Not possible.
> Write correct Typoscript

sorry, sent the mail too early.
There have been some ideas about letting TS debug things into the 
standard debug function - this function works IP based so you can enter 
a range of IPs which will see the debug output.
There is kind of a rambo approach to that - you could go into 
tslib_content and debug the SQL manually.

But still - the best is to write stuff that works of course



-- 
if ($GLOBALS['TSFE']->fe_user->user['ahnung'] == 0) {
	$this->fresseHalten = 1;
}



More information about the TYPO3-english mailing list