Project

General

Profile

Actions

Bug #91188

closed

Change cache_runtime to runtime

Added by Chris topher about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #88366: Streamline caching framework cachesClosedBenni Mack2019-05-15

Actions
Actions

Also available in: Atom PDF