Bug #55556
closedTask #49162: Rewrite install tool
Install Tool - Can't save some of the configuration presets
100%
Description
TYPO3 6.2 offers Configuration Presets section in Install Tool. There seems to be some problem with saving for example settings from 'Extbase object cache' section. First it does not have default value checked - both APC cache backend and Database cache backend are empty. If i select 'Database cache backend' as active and save configuration than conformation messages shows it as:
'SYS/caching/cacheConfigurations/extbase_object' => 'Array'
If we now take a look at LocalConfiguration.php than we see:
'caching' => array(
'cacheConfigurations' => array(
'extbase_object' => array(),
),
),
so the selected value is not saved.
Now probably because of this if we check Database Analyzer in Install Tool we will see this 2:
ALTER TABLE cf_extbase_datamapfactory_datamap RENAME zzz_deleted_cf_extbase_datamapfactory_datamap;
ALTER TABLE cf_extbase_datamapfactory_datamap_tags RENAME zzz_deleted_cf_extbase_datamapfactory_datamap_tags;
Now if some user remove this tables it will break his frontend and results with a lot of DB errors in Backend because various queries to DB fail.
Updated by Christian Clemens almost 11 years ago
Although I do not understand Christians explanations, I can confirm this problem ;-)
Is there a way to activate APC manually?
Updated by Gerrit Code Review over 10 years ago
- Status changed from New 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/28175
Updated by Gerrit Code Review over 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/28175
Updated by Michiel Roos over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e2fd5203d30b09303cdf98cb28975717e0f2524d.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed