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