Seite 1 von 1

header information

Verfasst: 22.04.2009 06:40
von Uranoxiflynox|
Hallo,

ich habe gestern in mein Forum den Wer War da? Mod eingebaut. Ich habe den rund schon 30 Mal eingebaut, aber noch nie bekam ich folgende Fehlermeldung:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3766: Cannot modify header information - headers already sent by (output started at /language/de/mods/lang_wwh.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3768: Cannot modify header information - headers already sent by (output started at /language/de/mods/lang_wwh.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3769: Cannot modify header information - headers already sent by (output started at /language/de/mods/lang_wwh.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3770: Cannot modify header information - headers already sent by (output started at /language/de/mods/lang_wwh.php:1)
Bitte um Hilfe.

Re: header information

Verfasst: 22.04.2009 09:08
von Dr.Death
Hallo,

Du hast in der Datei /language/de/mods/lang_wwh.php ( Zeile 1 ) einen Fehler mit eingebaut.

Entweder ein "Leerzeichen", eine "Leerzeile" oder aber auch die Datei im falschen Dateiformat abgespeichert.


Siehe dazu bitte mal:
KB:84
KB:166

Re: header information

Verfasst: 22.04.2009 14:50
von Uranoxiflynox|
Klasse, hat geklappt, danke.