Hi all, 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? Regards