Actions
Bug #25152
closedUncaught TYPO3 Exception at BE if IP in devIPmask
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-02-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Current config:
$TYPO3_CONF_VARS['SYS']['exceptionalErrors'] = '22527'
and ip in $TYPO3_CONF_VARS['SYS']['devIPmask']
#1: PHP Warning: array_merge(): Argument #2 is not an array in /usr/local/typo3/typo3_src-4.5.1/typo3/sysext/em/classes/settings/class.tx_em_settings.php line 161
This is the Argument #2
unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['em']);
In my case its bool(false)
(issue imported from #M17734)
Actions