Actions
Bug #24736
closedLog keeps tracing PHP Warning: Unable to call t3lib_extjs_ExtDirectDebug::__destructor()
Start date:
2011-01-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
my Log keeps registering this:
Core: Error handler (BE): PHP Warning: (Registered shutdown functions) Unable to call t3lib_extjs_ExtDirectDebug::__destructor() - function does not exist in Unknown line 0
it seems to be logged everytime ExtDirect is called
(issue imported from #M17226)
Updated by Stefan Galinski almost 14 years ago
The cc_debug extension causes this warning.
Updated by Stefano Cecere almost 14 years ago
you are right, Steffen
deinstalling cc_debug it gets ok
Updated by Ernesto Baschny almost 14 years ago
Problem with ancient cc_debug extension which registeres a shutdown handler. In some situations the wrong context is apparently used and it doesn't work.
Should be fixed in the extension, so closing the issue.
Actions