Fehler Im Phpbb

grunet

Angesehenes Mitglied
Ich habe die phpBB 2.0.5 Version und nun kommt immer folgender Fehler:

Warning: Cannot modify header information - headers already sent by (output started at E:\wwwroot\zhcity\header.php:32) in E:\wwwroot\zhcity\includes\sessions.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at E:\wwwroot\zhcity\header.php:32) in E:\wwwroot\zhcity\includes\sessions.php on line 250
.: zhcity :.: Forums

Warning: Cannot modify header information - headers already sent by (output started at E:\wwwroot\zhcity\header.php:32) in E:\wwwroot\zhcity\includes\page_header.php on line 525

Warning: Cannot modify header information - headers already sent by (output started at E:\wwwroot\zhcity\header.php:32) in E:\wwwroot\zhcity\includes\page_header.php on line 531

Warning: Cannot modify header information - headers already sent by (output started at E:\wwwroot\zhcity\header.php:32) in E:\wwwroot\zhcity\includes\page_header.php on line 532


Könnt Ihr mir sagen wie ich den weg bringe?
Sorry, hab nicht viel Ahnung von PHP.
 
Hallo, erster Beitrag von mir
tongue.gif
.

Sieht mir nach Session oder Cookie-fehler aus...

Die Session oder das Cookie wurde schonmal in Zeile 32 gesendet und soll wohl nochmal gesendet werden.
Du musst den zweiten Session- oder Cookiebefehl löschen....


Hoffe es klappt,
Philipp
 
hast du einen header("location: xxx.php"); befehl, nachdem schon etwas an den browser geschickt wurde? dann kann php nicht automatisch weiterleiten. das müssstest du mit javascript machen.
 
Zurück
Oben