Actions
Bug #40864
closedConfiguration of an extension fails with fatal error
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.
Actions