[phpBB Debug]
Verfasst: 28.12.2008 13:42
Hallo Forum,
ich benötige eure Hilfe.
Ich möchte mit meinem Forum auf einen anderen Server wechseln. Das hat soweit auch geklappt, allerdings erhalte ich, über dem Header diese Fehlermeldung:
Die angemeckerten Zeilen 3526-3529 sehen so aus:
Woran liegt es ???
Gruß
womo
ich benötige eure Hilfe.
Ich möchte mit meinem Forum auf einen anderen Server wechseln. Das hat soweit auch geklappt, allerdings erhalte ich, über dem Header diese Fehlermeldung:
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3526: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3527: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3528: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3529: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)Code: Alles auswählen
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');Gruß
womo