Actions
Bug #21570
closedDebug output destroys BE HTML
Start date:
2009-11-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
if you use t3lib_div::debug in BE the HTML is corrupted, docheader not clickable etc. It's very weird.
Reason is that t3lib_div::debug use "echo" which doesn't respect any output.
Solution:
use flash messages. Ensure that the flag "showFlashMessage" is respected, that modern modules with templates render their flashmessage in modulebody, that old modules get the flash messages too, that FE output shows debug too.
It also respect all settings and debug handlers, as t3lib_div::debug is used as "last" output of debug
(issue imported from #M12614)
Files
Actions