Hi!

T.M.Snyder wrote:
> I have a code snippet which states the following:
> 
>            if ($error = $GLOBALS['TYPO3_DB']->sql_error()) {
>                 $GLOBALS['TT']->setTSlogMessage($error,3);
> 
> 
> but where does the logentry go to?
> 
> Where can I see the logged errors?

Admin panel. If you need better logging, use t3lib_div::devLog. There are 
seeveral extensions in TER that save this output to file or database.

-- 
Dmitry Dulepov
Learn more about TYPO3: http://typo3bloke.net/
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to