Bug #18706
closedUpdate Wizard in install tool force temp-configuration files and load configuration twice
0%
Description
How to reproduce:
set
$TYPO3_CONF_VARS['EXT']['extCache'] = '0';
Call Update Wizard, you will see temp configuration files
Try again with pmkslimbox. This ext defines a class in localconf.php
class user_slimbox { ...}
call Update Wizard: PHP Fatal error: Cannot redeclare class user_slimbox in...
so second load of this configuration
(issue imported from #M8260)
Files
Updated by Peter Klein over 16 years ago
Fixed in latest version (2.3.0) of PMK Slimbox.
Updated by Steffen Kamper over 16 years ago
thx Peter, but your bug was only to show that configuration was loaded twice and update wizard forces temp file regardless the settings.
Son the bug in installer still persists
Updated by Oliver Hader about 14 years ago
Use the attached demo extension to reproduce this behaviour by using the Install Tool and using the "Update wizard" section there...
Updated by Oliver Hader about 14 years ago
The attached patch disables caching if the install tool is used, thus loading an uncached version is not required anymore here.
However, it has to be ensured that the cache files still get removed since there might be modifications during the update wizards are executed.
Updated by Oliver Hader about 14 years ago
- TYPO3_4-2 (rev. 8815)
- TYPO3_4-3 (rev. 8816)
- TYPO3_4-4 (rev. 8817)
- Trunk (rev. 8818)