Bug #25152
closedUncaught TYPO3 Exception at BE if IP in devIPmask
0%
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)
Updated by Sven Juergens over 13 years ago
hey,
try this, go to the Extension Manger, activate the option "Display shy extensions" and open the Extenions "Extension Manager " EXTKEY:em. Now press twice the "Update" Button at the end of the configuration options.
Now the EM Configuration is written to the localconf.php and unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['em']); should return content.