Actions
Bug #65149
closedInvalid cache backend option "compression" for backend of type \TYPO3\CMS\Core\Cache\Backend\FileBackend
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?
Actions