Project

General

Profile

Actions

Bug #21403

closed

PHP Warning produced by t3lib_div::flushOutputBuffers()

Added by Michael Klapper about 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-10-29
Due date:
% Done:

0%

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

Description

Problem:
The method "t3lib_div::flushOutputBuffers()" produces a PHP Warning after each run of the "cli_dispatch.phpsh" script.

The reason for that is that all available buffer are cleared by the method and after that the method send an "header". There is no reason to send a header at the comandline.

Solution:
Remove the send "header" statement.

Notes:
- The method is currently only at the cli_dispatch.phpsh in usage
See: typo3/cli_dispatch.phpsh:120:t3lib_div::flushOutputBuffers()
- The PHP Warning is stored in the sys_log table.

(issue imported from #M12396)


Files

12396.patch (331 Bytes) 12396.patch Administrator Admin, 2009-10-29 17:15
Actions #1

Updated by Francois Suter about 15 years ago

Committed to trunk in revision 6438

Actions

Also available in: Atom PDF