[Typo3] How to debug the TypoScripts?
Mathias Schreiber [wmdb]
mathias.schreiber at wmdb.de
Wed Nov 23 09:14:20 CET 2005
Dennis Cheung wrote:
> Hi all,
>
> I have a problem on writing some template and typoscript.
>
> I found CONTENT will show nothing if the select/query has any problem. But I
> didn't found any errorlog/warning from anywhere.
> And finally I have to enable query log in mysql to check what it had did.
>
> 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
--
if ($GLOBALS['TSFE']->fe_user->user['ahnung'] == 0) {
$this->fresseHalten = 1;
}
More information about the TYPO3-english
mailing list