Seite 1 von 1

output started at .. User Anmeldung nicht mehr möglich

Verfasst: 23.12.2011 11:08
von phase
Guten Tag,

seid heute erscheint im Header meines Forums folgende Meldungen:

Code: Alles auswählen

[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/hooks/index.php:272)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/hooks/index.php:272)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/hooks/index.php:272)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4642: Cannot modify header information - headers already sent by (output started at /includes/hooks/index.php:272)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4644: Cannot modify header information - headers already sent by (output started at /includes/hooks/index.php:272)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4645: Cannot modify header information - headers already sent by (output started at /includes/hooks/index.php:272)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4646: Cannot modify header information - headers already sent by (output started at /includes/hooks/index.php:272)
Kann mir jemand erklären, was das bedeutet? Ich habe bereits in einigen Dateien geschaut dort ist nichts auffäliges. Am Script habe ich seid dem Update auf 3.09 nichts geändert. Noch gestern hat es funktioniert. Desweiteren können sich User nicht mehr anmelden. Über Hilfe bin ich dankbar.

Re: output started at .. User Anmeldung nicht mehr möglich

Verfasst: 23.12.2011 11:46
von modernist
Die Suchfunktion des Forums ist wohl mal wieder defekt, sonst wäre dieser Knowledgebase-Beitrag sicherlich gefunden worden: KB:headers_already_sent

Re: output started at .. User Anmeldung nicht mehr möglich

Verfasst: 23.12.2011 13:16
von Helmut
Hallo phase,

die Fehlermeldung kann manchmal auch kommen wenn die Session Tabelle (phpbb_sessions) voll ist, prüfe das doch mal in deiner Datenbank.

Du kannst diese dann entweder über phpMyAdmin leeren, oder über das ACP Allgemein --> Sitzungsdaten löschen machen. Danach solltest du dich und deine User wieder einloggen können ohne dass eine Fehlermeldung kommt.

Gruß Helmut