Project

General

Profile

Actions

Bug #67763

closed

Cache: Undefined class constant PATTERN_ENTRYIDENTIFIER

Added by Aimeos no-lastname-given over 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Caching
Target version:
-
Start date:
2015-06-26
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

After installing TYPO3 7.3 and the Aimeos extension, we constantly get the following fatal error:

PHP Fatal error:  Undefined class constant 'PATTERN_ENTRYIDENTIFIER' in typo3/sysext/core/Classes/Cache/Frontend/AbstractFrontend.php on line 53

The problem seems that the PATTERN_ENTRYIDENTIFIER constant has been moved to the typo3/sysext/core/Classes/Cache/Frontend/FrontendInterface.php, but is referred in the contructor of the typo3/sysext/core/Classes/Cache/Frontend/AbstractFrontend.php as self::PATTERN_ENTRYIDENTIFIER. The Aimeos extension doesn't refer to PATTERN_ENTRYIDENTIFIER at all, so it seems to be not the source of the problem.

Actions

Also available in: Atom PDF