Bug #25278
closedt3lib_extjs_ExtDirectDebug::__destruct() missing
100%
Description
From my Developerlog:
PHP Warning: (Registered shutdown functions) Unable to call t3lib_extjs_ExtDirectDebug::__destruct() - function does not exist in Unknown line 0
(issue imported from #M17891)
Files
Updated by Markus Klein over 13 years ago
- Target version deleted (
0)
Administrator Log says:
Core: Error handler (BE): PHP Warning: (Registered shutdown functions) Unable to call t3lib_extjs_ExtDirectDebug::__destructor() - function does not exist in Unknown line 0
Note the difference between __destruct() and __destructor().
Updated by Björn Pedersen over 13 years ago
Here it really says __destruct, not __destructor. I just checked again.
Updated by Mr. Hudson over 13 years ago
Patch set 6 of change I42595a7ebbc3c941bf64bc0699ff908059c107bb has been pushed to the review server.
It is available at http://review.typo3.org/1092
Updated by Markus Klein over 13 years ago
- File adminlog.jpg adminlog.jpg added
I also rechecked with 4.5 branch.
In the Administrator Log (not developer log) it definitely says __destructor.
See my attached screen shot.
So please also check, where this exception comes from, or why different method names are stated.
Updated by Björn Pedersen over 13 years ago
Here I have _destruct also in the the admin log.
Check, that you are not affected by: http://bugs.typo3.org/view.php?id=16468 or http://forge.typo3.org/issues/10948.
Updated by Markus Klein over 13 years ago
Ok. Thanks for this hint. It was fire_debug.
Having the same error on master with _destruct.
So you have my go on this!
Updated by Björn Pedersen over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 7e55f796af1d92e52e2ea31bfc4042f49815ada5.