[TYPO3-dev] t3lib_error_Exception

Steffen Kamper info at sk-typo3.de
Thu Oct 1 13:03:24 CEST 2009


Hi,

Rupert Germann schrieb:
> Steffen Kamper schrieb:
>> but not *warning* ;)
>>
>> 'exceptionalErrors' => E_ALL ^ E_NOTICE
> 
> which includes E_WARNING - only notices are suppressed.
> 
> testcase:
> create a tt_content element text/w image
> upload an image
> delete this image from the upload folder
> open the content lement with the missing image for editing
> 
> in 4.2 you still had a chance to fix this in the TYPO3 BE
> in 4.3 you can fix this only in phpmyadmin or in the filesystem
> 
> 

ah, right, sry.
To supress warnings you need
$TYPO3_CONF_VARS['SYS']['exceptionalErrors'] = '6133';
which is E_ALL ^ E_NOTICE ^ E_WARNING

vg Steffen




More information about the TYPO3-dev mailing list