Project

General

Profile

Actions

Bug #54449

closed

Fatal error in configuration module while modifying TYPO3_LOADED_EXT

Added by Maik Hagenbruch over 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2013-12-16
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:

Description

When choosing $TYPO3_LOADED_EXT (Loaded Extensions) in configuration module a fatal error occurs:

#1361915596: The array $GLOBALS['TYPO3_LOADED_EXT'] may not be modified

This happens because the tree method tries to override values in the non-writeable TYPO3_LOADED_EXT array.

\TYPO3\CMS\Lowlevel\View\ConfigurationView : 236

$tree = $arrayBrowser->tree($theVar, '', '');

\TYPO3\CMS\Lowlevel\Utility\ArrayBrowser : 111

if (is_object($arr[$key])) {
  $arr[$key] = (array) $arr[$key];
}

Actions #1

Updated by Thomas Maroschik over 10 years ago

  • Status changed from New to Accepted
  • Complexity set to medium
Actions #2

Updated by Thomas Maroschik over 10 years ago

  • Category set to Backend API
Actions #3

Updated by Gerrit Code Review about 10 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27850

Actions #4

Updated by Gerrit Code Review about 10 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27850

Actions #5

Updated by Jigal van Hemert about 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF