Actions
Bug #67610
closedUnable to call TYPO3\CMS\Core\ExtDirect\ExtDirectDebug::__destructor()
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
Actions