Bug #83613
closedInstall Tool breaks, if key EXTENSIONS is missing in LocalConfiguration
0%
Description
While trying to upgrade an existing installation with InstallTool, the process stoped in early state with the missleading message:
"Something went wrong. Please use Check for broken extensions to see if a loaded extension breaks this part of the install tool and unload it."
The real reason for this error, was the Exception 1341397869 from typo3/sysext/core/Classes/Utility/ArrayUtility.php:197
This exception is caused by call $newExtensionSettings = $configurationManager->getConfigurationValueByPath('EXTENSIONS');
at typo3/sysext/install/Classes/Controller/LayoutController.php:113
If the entry 'EXTENSIONS' is missing in LocalConfiguration.php, this exception is thrown.
The easiest fix would be, to add entry 'EXTENSIONS' as empty array to typo3/sysext/core/Configuration/DefaultConfiguration.php