Project

General

Profile

Actions

Bug #83613

closed

Install Tool breaks, if key EXTENSIONS is missing in LocalConfiguration

Added by Andreas Häfner about 6 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2018-01-19
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:

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


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #83590: Install tool fatal if 'EXTENSIONS' does not exist in LocalConfigurationClosedChristian Kuhn2018-01-17

Actions
Actions #1

Updated by Christian Kuhn about 6 years ago

  • Is duplicate of Bug #83590: Install tool fatal if 'EXTENSIONS' does not exist in LocalConfiguration added
Actions #2

Updated by Christian Kuhn about 6 years ago

  • Status changed from New to Closed

closed as dupe of #83590

Actions

Also available in: Atom PDF