CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #37857

Debug in ajax mode

Added by Rafal Brzeski 12 months ago. Updated 10 months ago.

Status:Closed Start date:2012-06-09
Priority:Should have Due date:
Assignee:Reinhard Führicht % Done:

0%

Category:-
Target version:-
Votes: 0

Description

Debug don't work properly in ajax mode, there is nothing happens after sending the form.
I think that is because the debug message are placed at the top of the code before <doctype>

History

Updated by Reinhard Führicht 11 months ago

  • Status changed from New to Needs Feedback
  • Assignee set to Reinhard Führicht

In "ajax mode" there is no page reload. Therefore, as you said, there are no debug message, as it doesn't make sense to put them in the AJAX return code.

This is only the default Debugger (Debugger_Print).
You can use Debugger_DevLog which should work fine with ajax submit.

http://www.typo3-formhandler.com/documentation/debuggers/

Updated by Reinhard Führicht 10 months ago

  • Status changed from Needs Feedback to Closed

Also available in: Atom PDF