Actions
Bug #15427
closedSetting 'displayErrors' has no effect
Start date:
2006-01-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.1
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Since version 3.8.1 it seems that setting $TYPO3_CONF_VARS['SYS']['displayErrors'] has no effect. No matter what it is set to, warnings and errors are always displayed.
The problem seems to be in t3lib/config_default.php on line 339.
Suggested change:
if(($displayErrors=intval($TYPO3_CONF_VARS['SYS']['displayErrors']))!='-1') {
Tested on: Apache/2.0.54 (Debian GNU/Linux) PHP/4.4.1-0.dotdeb.3
(issue imported from #M2281)
Actions