Seite 1 von 1

PHPBB Debug Fehler

Verfasst: 10.10.2011 21:12
von BeardedDragons
Hallo ich hoffe ihr könnt mir helfen, wollte eine Lightbox installieren und habe nun diese Fehler wenn ich die "Boardeinstellungen" oder sonstiges öffnen will

[phpBB Debug] PHP Warning: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /language/de/acp/board.php:1)
[phpBB Debug] PHP Warning: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/de/acp/board.php:1)
[phpBB Debug] PHP Warning: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/de/acp/board.php:1)
[phpBB Debug] PHP Warning: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /language/de/acp/board.php:1)

wie bekomm ich das wieder in Ordnung?

Mfg Marco

Re: PHPBB Debug Fehler

Verfasst: 10.10.2011 22:19
von Crizzo
Hi,

KBL:headers_already_sent

Grüße
Blackhawk

Re: PHPBB Debug Fehler

Verfasst: 11.10.2011 00:12
von Metzle
Hallo,

dein Problem sollte sich wahrscheinlich auf eine falsche Kodierung der Sprachdatei gründen. Schau mal hier: KB:utf8bom

Re: PHPBB Debug Fehler

Verfasst: 11.10.2011 16:56
von BeardedDragons
Super, hat alles geklappt und funktioniert wieder!!!

War an der falschen Kodierung gelegen.
Besten Dank für die schnelle Hilfe