Actions
Bug #91188
closedChange cache_runtime to runtime
Start date:
2020-04-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
A PHP Deprecated is thrown when accessing the BE:
Accessing a cache with the "cache_" prefix as in "cache_runtime" is not necessary anymore, and should be called without the cache prefix. in typo3\sysext\core\Classes\Cache\CacheManager.php on line 138
Reason is a forgotten occurrence of "cache_runtime" in typo3\sysext\backend\Classes\View\BackendLayout\ContentFetcher.php, line 262.
It should be adjusted to "runtime" only.
Updated by Chris topher over 4 years ago
- Related to Task #88366: Streamline caching framework caches added
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/64313
Updated by Benni Mack over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e4f4ca08fb6b91c762a7b9fc5400752b0cecb208.
Actions