Project

General

Profile

Actions

Bug #57271

closed

Task #57031: Cleanup Extbase persistance classes

Can't inherit abstract function TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface::_memorizeCleanState()

Added by Claus Harup about 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Extbase
Target version:
Start date:
2014-03-25
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

When changing from TYPO3 6.2rc1 to TYPO3 6.2rc2

Adding an Extbase plugin like this:

30 = USER
30{
    userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
    extensionName = TcBase
    vendorName = TYPOCONSULT
    controller = Page
    pluginName = Base
    switchableControllerActions{
        Page{
            1 = show
        }
    }
}

gives me Can't inherit abstract function TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface::_memorizeCleanState()

It worked like a charm in TYPO3 6.2rc1

Any clues?

Actions

Also available in: Atom PDF