Mailinglisten-Archive |
Hallo Liste, jetzt habe ich mal wieder ein Problem. Ich habe mein System von WAMP auf LAMP umgestellt und meine PHP3-Skripte natürlich gesichert und meine Datenbank gedumpt. Jetzt habe ich unter LAMP die Datenbank wieder am Laufen und die PHP3-Skripte entpackt. Die aktuelle PHPlib habe ich mir herunter geladen und installiert. Wenn ich jetzt meine PHP3-Skripte über Web aufrufe, erhalte ich die unten angehängten Fehlermeldungen. Unter WAMP lief das Ganze einwandfrei. Hier der Kopf des PHP3-Skriptes: <? /* Datei: index.php3 Beschreibung: Anmelden an der Anwendung, Pruefung der Zugriffsrechte */ page_open(array(\"sess\" => \"LogTool_Session\", \"auth\" => \"LogTool_Auth\", \"user\" => \"LogTool_User\")); ?> Dort wird noch nichts ausgegeben. Ich frage mich, wie PHP3 zu der Fehlermeldung kommt. Irgendwelche Vorschläge? Danke für Tips, Marcus Hier die Fehlermeldungen: ========================= Warning: Cannot add more header information - the header was already sent (header information may be added only before any output is generated from the script - check for text or whitespace outside PHP tags, or calls to functions that output text) in session.inc on line 443 Warning: Cannot add more header information - the header was already sent (header information may be added only before any output is generated from the script - check for text or whitespace outside PHP tags, or calls to functions that output text) in session.inc on line 444 Warning: Cannot add more header information - the header was already sent (header information may be added only before any output is generated from the script - check for text or whitespace outside PHP tags, or calls to functions that output text) in session.inc on line 445 Warning: Cannot add more header information - the header was already sent (header information may be added only before any output is generated from the script - check for text or whitespace outside PHP tags, or calls to functions that output text) in session.inc on line 446 Warning: Cannot add more header information - the header was already sent (header information may be added only before any output is generated from the script - check for text or whitespace outside PHP tags, or calls to functions that output text) in session.inc on line 447 Warning: Oops, php3_SetCookie called after header has been sent in session.inc on line 120
php::bar PHP Wiki - Listenarchive