Actions
Bug #43320
closedBe outputs debug answer into ajax responses
Start date:
2012-11-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Related to #40216
Prerequisites: Turn on BE debug and SQL error display
Create a debug call that triggers an SQL error.
E.g. Install ext:flux and move a page in pagetree
Result:
The ajax response contains some
<script></script>tags which contain the JS code to show the error in the debug toolbar.
The actual ajax response is shown as an exception in the debug toolbar.
Expected result:
No debug output at the ajax response, but a log entry. Or a warning that the answer contains a hidden message.
Updated by Mathias Schreiber over 9 years ago
- Target version set to 7.4 (Backend)
- Is Regression set to No
Updated by Susanne Moog about 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack almost 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Susanne Moog over 4 years ago
- Status changed from New to Closed
The mentioned debug panel does not exist anymore since version 8 - real exceptions are thrown on errors.
Actions