diff --git a/home/files/typo3-configuration/Debugging.php b/home/files/typo3-configuration/Debugging.php index e54dffa..eb31dfb 100644 --- a/home/files/typo3-configuration/Debugging.php +++ b/home/files/typo3-configuration/Debugging.php @@ -18,4 +18,4 @@ $GLOBALS['TYPO3_CONF_VARS']['BE']['lang']['debug'] = false; $GLOBALS['TYPO3_CONF_VARS']['BE']['languageDebug'] = false; $GLOBALS['TYPO3_CONF_VARS']['SYS']['errorHandlerErrors'] = E_ALL & ~ (E_NOTICE | E_DEPRECATED); -$GLOBALS['TYPO3_CONF_VARS']['SYS']['exceptionalErrors'] = E_ALL & ~ (E_NOTICE | E_WARNING | E_DEPRECATED); +$GLOBALS['TYPO3_CONF_VARS']['SYS']['exceptionalErrors'] = E_ALL & ~ (E_NOTICE | E_WARNING | E_DEPRECATED | E_USER_DEPRECATED);