Apache 2 : Confixx und PHP Problem

Apache, Lighttpd, nginx, Cherokee
Post Reply
myname
Posts: 96
Joined: 2003-10-31 11:12
 

Apache 2 : Confixx und PHP Problem

Post by myname »

Seit dem ich auf Apache 2.048 von Apache 1.3x upgegradet habe, gibts Probleme mit Confixx:

Beim abschicken von Formularn via POST in Confixx kommt immer ein PHP Fehler: "Headers already sent in line 6 in auth.php" und in weiteren Zeilen. Jedoch kommt davor wirklich keine Ausgabe. Und ohne POST von Formularen tritt das Problem auch nicht auf.

In Zeile 6 und folgende stehen nur header Einträge a la header("xxxx"); drin, die dafür sorgen, dass immer die aktuellste Seite vom Server und nicht aus dem Cache geladen wird.

Hat jemand eine Idee, woran das liegt?
tody
Posts: 20
Joined: 2002-08-01 22:38
 

Re: Apache 2 : Confixx und PHP Problem

Post by tody »

ich hab zwar keine ahnung, aber evtl das gleiche problem :D
http://www.rootforum.org/forum/viewtopic.php?t=19059

schau mal nach dem output-buffering in der php.ini, wenn es das nicht ist, müssen wir wohl zusammen weitersuchen ;)
myname
Posts: 96
Joined: 2003-10-31 11:12
 

Re: Apache 2 : Confixx und PHP Problem

Post by myname »

Output Buffering hat auch nix gebracht. Scheint das selbe Problem zu sein.

Habe mal das Problem in die NG de.comp.lang.php.installation gepostet. Mal sehen, ob da jemand eine Idee hat. Werde dann berichten.
Post Reply