Project

General

Profile

Actions

Bug #55556

closed

Task #49162: Rewrite install tool

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

Added by Marcin Sągol about 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2014-02-01
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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.

Actions #1

Updated by Christian Kuhn about 10 years ago

  • Parent task set to #49162
Actions #2

Updated by Christian Clemens about 10 years ago

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

Actions #3

Updated by Gerrit Code Review about 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

Actions #4

Updated by Gerrit Code Review about 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

Actions #5

Updated by Michiel Roos about 10 years ago

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

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF