Project

General

Profile

Actions

Bug #67610

closed

Unable to call TYPO3\CMS\Core\ExtDirect\ExtDirectDebug::__destructor()

Added by Bernd Niehues almost 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-06-18
Due date:
% Done:

0%

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

Description

I'm using TYPO3 7.3 in nginx, php-fpm (5.6.9) environment.
When trying to render the pagetree in Backend the following error is thrown:
Unable to call TYPO3\CMS\Core\ExtDirect\ExtDirectDebug::__destructor()

To solve you'll need to add

    /**
     * destructor
     *
     * Currently empty, but automatically registered and called during
     * ExtDirect shutdown.
     *
     * @see http://forge.typo3.org/issues/25278
     */
    public function __destructor() {

    }

to the following file:
/typo3/sysext/core/Classes/ExtDirect/ExtDirectDebug.php


Files

PackageStates.php (21 KB) PackageStates.php Bernd Niehues, 2015-06-19 09:14

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #25278: t3lib_extjs_ExtDirectDebug::__destruct() missingClosed2011-03-08

Actions
Actions

Also available in: Atom PDF