Seite 1 von 1

[3.0.x] Fehler beim loggin

Verfasst: 08.09.2009 16:20
von Ceel
Hi
Ich habe ein kleines Problem! Ich kann mich nichtmehr in mein Forum einloggen:
http://vs-209.hello-server.com/leon-for ... mode=login
  • [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3955: Cannot modify header information - headers already sent by (output started at /language/de/ucp.php:1)
    [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3957: Cannot modify header information - headers already sent by (output started at /language/de/ucp.php:1)
    [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3958: Cannot modify header information - headers already sent by (output started at /language/de/ucp.php:1)
    [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3959: Cannot modify header information - headers already sent by (output started at /language/de/ucp.php:1)

Das sind die Zeilen der functions.php
  • line 3955: // application/xhtml+xml not used because of IE header('Content-type: text/html; charset=UTF-8');
    line 3957:
    line 3958: header('Cache-Control: private, no-cache="set-cookie"');
    line 3959: header('Expires: 0');
    line 3960: header('Pragma: no-cache');
Kann mir jemand helfen? Gerne auch per ICQ 111961734!

Re: [3.0.x] Fehler beim loggin

Verfasst: 08.09.2009 16:29
von Dufftown
Moin,


lies mal das hier: => KB:headers_already_sent

Re: [3.0.x] Fehler beim loggin

Verfasst: 08.09.2009 17:58
von Dr.Death
Hi,

Du hast die Datei: /language/de/ucp.php evtl. mit einem falschen Editor bearbeitet ;-)

Siehe dazu bitte auch: KB:166 und speicher die besagte Datei erneut im richtigen Format ab ( UTF8 ohne BOM )

Re: [3.0.x] Fehler beim loggin

Verfasst: 09.09.2009 10:40
von Ceel
Ok danke.
Ich werde es mal versuchen zu berichtigen.