Project

General

Profile

Actions

Bug #65149

closed

Invalid cache backend option "compression" for backend of type \TYPO3\CMS\Core\Cache\Backend\FileBackend

Added by Joerg Boesche about 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Caching
Target version:
Start date:
2015-02-18
Due date:
% Done:

0%

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

Description

If I change the caching mechanism in the LocalConfiguration.php, I'm getting the following exception.

LocalConfiguration.php,

'SYS' => array(
        'caching' => array(
            'cacheConfigurations' => array(
                               'cache_pages' => array(
                    'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\FileBackend',
                    'frontend' => 'TYPO3\\CMS\\Core\\Cache\\Frontend\\VariableFrontend',
                    'options' => array(
                    ),
                ),
                ),
            ),

 #1231267498: Invalid cache backend option "compression" for backend of type \TYPO3\CMS\Core\Cache\Backend\FileBackend

I think there has to be patched the \TYPO3\CMS\Core\Cache\Backend\AbstractBackend class with an additional method "setCompression()".
Most of the CacheBackends are extending the AbstractBackend.

In an old "Bug #49585: https://forge.typo3.org/issues/49585" the NullBackend was fixed.

Can you fix it for all the CacheBackends please?


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #49585: Invalid cache backend option "compression" for backend of type NullBackendClosedXavier Perseguers2013-07-02

Actions
Related to TYPO3 Core - Bug #65153: Fatal in install tool if options have been set for cache_classes or cache_coreClosed2015-02-18

Actions
Actions

Also available in: Atom PDF