Seite 1 von 1

Fehler beim Login [phpBB Debug]

Verfasst: 27.07.2013 04:40
von daniolo
HILFE, wenn ich ins forum einlogge, bekomme ich oben, also über dem header folgende infos:

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3860: Cannot modify header information - headers already sent by (output started at /index.php:2)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3861: Cannot modify header information - headers already sent by (output started at /index.php:2)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3862: Cannot modify header information - headers already sent by (output started at /index.php:2)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3863: Cannot modify header information - headers already sent by (output started at /index.php:2)

ann mir jemand weiterhelfen, woran das liegen kann?
DANKE

Re: Fehler beim Login [phpBB Debug]

Verfasst: 27.07.2013 06:58
von Miriam
Editierte Deine index.php und überprüfe, ob diese mit <? anfängt. Vllt. steht auch etwas in der zweiten Zeile, das Output generiert.
Ließ auch KB:headers_already_sent

Re: Fehler beim Login [phpBB Debug]

Verfasst: 27.07.2013 11:31
von daniolo
dank an miriam. alles gut jetzt. hatte in der index-file eine comment-zeile VOR <!-- geschieben.