Project

General

Profile

Actions

Bug #40864

closed

Configuration of an extension fails with fatal error

Added by Georg Großberger almost 12 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2012-09-12
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When clicking on "Configure" of an extension, that has not been configured before, thus having no serialized configuration array, the extension manager quits with the message

#1: PHP Catchable Fatal Error: Argument 1 passed to TYPO3\CMS\Core\Utility\ArrayUtility::flatten() must be of the type array, boolean given

The reason is, that the extension manager tries to unserialize the selected extensions configuration. Because the required entry does not exist in $TYPO3_CONF_VARS, the unserialize call returns a boolean false instead of an array.


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #41052: Make Core\Configuration\ConfigurationManager non staticClosed2012-09-18

Actions
Related to TYPO3 Core - Bug #41053: Enable / finish tests if ConfigurationManager is non staticClosedChristian Kuhn2012-09-18

Actions
Has duplicate TYPO3 Core - Bug #40400: Clicking on "Configure" leads to a TYPO3 ExeptionClosedSusanne Moog2012-08-30

Actions
Actions

Also available in: Atom PDF