DB Maintenance Mod v1.3.7 - Cannot modify header information
Verfasst: 15.01.2007 22:20
'n Abend!
Der o.a. Mod bringt mir bei jeder Aktion diese PHP Fehlermeldung:
und in der page_header_admin.php (hier) die Zeile 2:
Gibt's dafür 'ne Lösung?
Bye/2

Der o.a. Mod bringt mir bei jeder Aktion diese PHP Fehlermeldung:
Das betrifft in der admin_db_maintenance.php diese (hier) Zeile 6:Cannot modify header information - headers already sent by (output started at ...\admin\admin_db_maintenance.php:167) in ...\admin\page_header_admin.php on line 143
Code: Alles auswählen
//
// Increase maximum execution time, but don't complain about it if it isn't
// allowed.
@set_time_limit(120);
// Switch of buffering
ob_end_flush();
switch($function)
{
Code: Alles auswählen
{
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
}
Bye/2