phpBB Debug?
Verfasst: 28.05.2012 14:23
Hallo zusammen,
Habe probleme im Adminbereich wenn ich Foren hinzufügen möchte bekomm ich folgende Meldung....
Habe in dem ( /adm/index.php ) folgendes stehn
Zeile 150:
Zeile 152:
Zeile 153:
Zeile 154:
Kann mir einer helfen? danke im voraus
lg
Habe probleme im Adminbereich wenn ich Foren hinzufügen möchte bekomm ich folgende Meldung....
Code: Alles auswählen
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at [ROOT]/language/de/acp/forums.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at [ROOT]/language/de/acp/forums.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at [ROOT]/language/de/acp/forums.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at [ROOT]/language/de/acp/forums.php:1)
Zeile 150:
Code: Alles auswählen
header('Content-type: text/html; charset=UTF-8');
Code: Alles auswählen
header('Cache-Control: private, no-cache="set-cookie"');
Code: Alles auswählen
header('Expires: 0');
Code: Alles auswählen
header('Pragma: no-cache');
lg