Project

General

Profile

Actions

Bug #40864

closed

Configuration of an extension fails with fatal error

Added by Georg Großberger over 11 years ago. Updated over 5 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 #1

Updated by Gerrit Code Review over 11 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14548

Actions #2

Updated by Gerrit Code Review over 11 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14548

Actions #3

Updated by Gerrit Code Review over 11 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14548

Actions #4

Updated by Gerrit Code Review over 11 years ago

Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14548

Actions #5

Updated by Gerrit Code Review over 11 years ago

Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14548

Actions #6

Updated by Susanne Moog over 11 years ago

  • Priority changed from Should have to Must have
Actions #7

Updated by Christian Kuhn over 11 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Resolved: Patch is merged.

Actions #8

Updated by d.ros no-lastname-given over 11 years ago

I reran into this issue with 6.0.1 and only @ext:rsaauth other extensions work fine.

PHP Catchable Fatal Error: Argument 1 passed to TYPO3\CMS\Core\Utility\ArrayUtility::flatten() must be an array, boolean given, called in /var/www/web7/html/T3/typo3_sources/typo3_src-6.0.1/typo3/sysext/extensionmanager/Classes/Domain/Repository/ConfigurationItemRepository.php on line 181 and defined in /var/www/web7/html/T3/typo3_sources/typo3_src-6.0.1/typo3/sysext/core/Classes/Utility/ArrayUtility.php line 326
Actions #9

Updated by Oliver Hader about 11 years ago

  • Target version set to 2222
Actions #10

Updated by Oliver Hader about 11 years ago

  • Project changed from 2269 to TYPO3 Core
Actions #11

Updated by Oliver Hader about 11 years ago

  • Category set to Extension Manager
Actions #12

Updated by Oliver Hader about 11 years ago

  • Target version deleted (2222)
Actions #13

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF