Project

General

Profile

Actions

Bug #91188

closed

Change cache_runtime to runtime

Added by Chris topher about 4 years ago. Updated almost 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 #1

Updated by Chris topher about 4 years ago

  • Related to Task #88366: Streamline caching framework caches added
Actions #2

Updated by Gerrit Code Review about 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

Actions #3

Updated by Benni Mack almost 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack almost 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF