[TYPO3-english] Error Handling

Pablo Feldman pablofeldman90 at gmail.com
Thu Jan 31 14:50:36 CET 2013


Hi List,

I have added to my localconf

$TYPO3_CONF_VARS['FE']['pageNotFound_handling_statheader'] = 'HTTP/1.x 404
Not Found';
$TYPO3_CONF_VARS["FE"]["pageNotFound_handling"] =
'USER_FUNCTION:fileadmin/scripts/errorHandling.php:user_error404->show';


How ever this only works for `pageNotFound - 404` errors, when an error 500
results in the server, I get the typo3 error page and not my script,

There is any way that I can specify an error handler for error 500?

Thanks in advance


More information about the TYPO3-english mailing list