Skip to content

Instantly share code, notes, and snippets.

@rcerrejon
Created February 11, 2016 11:45
Show Gist options
  • Save rcerrejon/403a649cddb4b452c975 to your computer and use it in GitHub Desktop.
Save rcerrejon/403a649cddb4b452c975 to your computer and use it in GitHub Desktop.
Error Display in Typo3
// (In localconf.php):
$TYPO3_CONF_VARS['SYS']['displayErrors'] = '1';
// OR
$TYPO3_CONF_VARS['SYS']['displayErrors'] = '2';
$TYPO3_CONF_VARS['SYS']['devIPmask'] = 'Ihre IP Adresse';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment