Seite 1 von 1

Fehlermeldung im linken ACP-Fenster nach Update zu 2.0.20

Verfasst: 09.04.2006 18:04
von GongZilla
Hilfe!

bekomme im ACP im linke Fenter diese Fehlermeldungen:

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/earthd/forum/admin/admin_groups.php:1) in /www/htdocs/earthd/forum/admin/page_header_admin.php on line 143

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/earthd/forum/admin/admin_groups.php:1) in /www/htdocs/earthd/forum/admin/page_header_admin.php on line 145

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/earthd/forum/admin/admin_groups.php:1) in /www/htdocs/earthd/forum/admin/page_header_admin.php on line 146


dannach wird das Menü normal angezeigt und es scheint auch sonst alles zu laufen.

Please help!

Verfasst: 10.04.2006 18:02
von GongZilla
Hallo? Hat niemand eine Antwort für das Problem?

Verfasst: 10.04.2006 18:49
von GongZilla
Kann man diesen Code vom Update auf 2.0.20 in der "page_header_admin.php" eingentlich weg lassen?

Code: Alles auswählen

// Work around for "current" Apache 2 + PHP module which seems to not
// cope with private cache control setting
if (!empty($HTTP_SERVER_VARS['SERVER_SOFTWARE']) && strstr($HTTP_SERVER_VARS['SERVER_SOFTWARE'], 'Apache/2'))
{
	header ('Cache-Control: no-cache, pre-check=0, post-check=0');
}
else
{
	header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
}
header ('Expires: 0');
header ('Pragma: no-cache');

$template->pparse('header');
Wenn ich den drausen lasse, funktioniert mein ACP wieder, ohne die Fehlermeldungen.

Verfasst: 10.04.2006 19:14
von GongZilla
Das Problem hat sich erledigt. Es lag an der "admin_groups.php".

Ich hab eine Sicherungskopie nochmal komplett bearbeitet, jetzt geht`s.

Thread kann geschlossen werden!