Project

General

Profile

Actions

Bug #20956

closed

Update wizard adds _CACHEFILE to extList

Added by Rupert Germann about 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-08-31
Due date:
% Done:

0%

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

Description

Problem:
When using the 'install system extensions' function of the update wizard in install tool the resulting extlist in localconf.php will look like this: '...,llxmltranslate,_CACHEFILE,simulatestatic';

this is caused by function addExtToList() in class tx_coreupdates_installsysexts where all entries in $GLOBALS['TYPO3_LOADED_EXT'] are used as extension keys.

Solution:
remove the _CACHEFILE entry from $GLOBALS['TYPO3_LOADED_EXT'] before merging it with the list of new extensions.

(issue imported from #M11827)


Files

11827.diff (795 Bytes) 11827.diff Administrator Admin, 2009-08-31 11:45
Actions #1

Updated by Rupert Germann about 15 years ago

committed to trunk rev 5894

Actions

Also available in: Atom PDF