Actions
Bug #67411
closedRemove left over cache_classes from configuration
Start date:
2015-06-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Updated by Gerrit Code Review over 9 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 http://review.typo3.org/40167
Updated by Christian Kuhn over 9 years ago
- Status changed from Under Review to New
Scenario in my case:
I had a option "cacheDirectory" set to "/tmp" for cache_classes in LocalConfiguration. With the removal of the DefaultConfiguration to FileBackend in #67212, the now implicit definition of cache_classes falls back to DatabaseBackend where this option is invalid. This in turn throws exceptions for example in extension manager where a clearAllCache() is called that instantiates all caches and then stumbles upon this combination.
Updated by Andreas Kienast over 9 years ago
- Status changed from New to Under Review
Updated by Christian Kuhn over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d19fdf94c932f9013952b3682930ce32f46142e3.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions