[TYPO3-dev] t3lib_error_Exception
Stefan Geith
typo3dev2008.nospam1 at geithware.de
Thu Oct 1 13:19:53 CEST 2009
Steffen Kamper schrieb:
> ah, right, sry.
> To supress warnings you need
> $TYPO3_CONF_VARS['SYS']['exceptionalErrors'] = '6133';
> which is E_ALL ^ E_NOTICE ^ E_WARNING
So 'exceptionalErrors' should be set to 6133 by default in
t3lib/config_default.php - right ?
'exceptionalErrors' => E_ALL ^ E_NOTICE ^ E_WARNING, // Integer: The E_*
constant that will be handled as an exception by
t3lib_error_ErrorHandler. Default is "E_ALL ^ E_NOTICE" (6135) and "0"
if displayError=0. Some values for errors: E_ALL=6143, E_ALL ^ E_NOTICE
^ E_WARNING=6133. See php documentation for more details on this integer.
/Stefan
More information about the TYPO3-dev
mailing list