Bug #55556

Task #49162: Rewrite install tool

Install Tool - Can't save some of the configuration presets

Added by Marcin Sągol over 1 year ago. Updated over 1 year ago.

Status:Resolved Start date:2014-02-01
Priority:Must have Due date:
Assigned To:- % Done:

100%

Category:Install Tool Spent time: -
Target version:6.2.0
TYPO3 Version:6.2 Is Regression:No
PHP Version:5.5 Sprint Focus:
Complexity:

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.

Associated revisions

Revision e2fd5203
Added by Michiel Roos over 1 year ago

[BUGFIX] Install Tool does not save Extbase object cache Configuration

Change-Id: I1ee28a5af824b048863c61321a226bf7c9843f77
Resolves: #55556
Releases: 6.2
Reviewed-on: https://review.typo3.org/28175
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters

History

#1 Updated by Christian Kuhn over 1 year ago

  • Parent task set to #49162

#2 Updated by Christian Clemens over 1 year ago

Although I do not understand Christians explanations, I can confirm this problem ;-)
Is there a way to activate APC manually?

#3 Updated by Gerrit Code Review over 1 year 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

#4 Updated by Gerrit Code Review over 1 year 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

#5 Updated by Michiel Roos over 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF