Project

General

Profile

Actions

Bug #87951

closed

Silent configuration upgrade removes existing entries in $GLOBALS[EXTENSIONS]

Added by Stefan P about 5 years ago. Updated about 4 years ago.

Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-03-19
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Needs Decision

Description

We already used $GLOBALS[EXTENSIONS] in a TYPO3 8 project to be prepared for TYPO3 9. We accessed them "by hand" (reading from $GLOBALS[EXTEMSIONS][our_ext]@ directly), and wanted to convert to the new API.

When installing TYPO3 9 the silent configuration upgrade removed these entries and we had to re-add them manually.

All our projects are versioned, so we could easily restore everything, but the core should not silently just drop existing entries in LocalConfiguration.php, it should rather only add them.

Actions

Also available in: Atom PDF