
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