[TYPO3-core] RFC: #15513: Log ExtDirect Exceptions in DebugConsole

Steffen Kamper info at sk-typo3.de
Mon Aug 23 01:21:20 CEST 2010


Hi,

one thing had to be changed: t3lib_extjs_ExtDirectDebug::__toString
When i use in my code:
t3lib_extjs_ExtDirectDebug::debug($someArray);

I get an error:
<b>Warning</b>:  The magic method __toString() must have public 
visibility and cannot be static in ...

Changing __toString into toString solves this. Anyway, after change i 
have my response json
"result":null,"debug":"...info inside"
but it doesn't pop up the debug console - should be type:exception, 
message: ...

vg Steffen


More information about the TYPO3-team-core mailing list