Project

General

Profile

Actions

Bug #17846

closed

t3lib_div::debug is printing and throws error

Added by Steffen Kamper almost 17 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2007-11-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

in t3lib_div::debug the output is printed direct. This is before headers are sent, so it throws an error "headers already sent..."
With buffering the output the output is printed with the first page output and no header error.

There is another advantage - the buffer can be read at other place to use it at other place

(issue imported from #M6828)


Files

20071119_debug_buffering.diff (707 Bytes) 20071119_debug_buffering.diff Administrator Admin, 2007-11-25 11:16
Actions #1

Updated by Ingmar Schlecht almost 17 years ago

Committed second version of patch (see core list) to trunk.

Actions

Also available in: Atom PDF