Bug #18706
closed
Update Wizard in install tool force temp-configuration files and load configuration twice
Added by Steffen Kamper over 16 years ago.
Updated about 6 years ago.
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
Fixed in latest version (2.3.0) of PMK Slimbox.
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
Use the attached demo extension to reproduce this behaviour by using the Install Tool and using the "Update wizard" section there...
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.
Committed to SVN:
- TYPO3_4-2 (rev. 8815)
- TYPO3_4-3 (rev. 8816)
- TYPO3_4-4 (rev. 8817)
- Trunk (rev. 8818)
- Status changed from Resolved to Closed
Also available in: Atom
PDF