Probleme nach Testumzug zu XAMPP
Verfasst: 27.05.2010 00:46
Ich habe mich schon durch einige Forumsbeiträge gelesen, aber irgendwie fand ich nicht das passende.
Ich muss mein Forum updaten und habe deshalb zum Testen der Updates das Forum auf meinen Rechner mit XAMPP umgezogen und die config.php geändert, sowie den Cache geleert. (Strato unterstützt anscheinend nur noch phpbb-Foren richtig, wenn man das SpeedPlus-Paket nimmt, was aber PHP 5 einsetzt und meine phpbb-Version 3.0.0. mag das anscheinend nicht so, wie ich gehört habe, sind da einige Kompatibilitätsprobleme erst in der neuen phpbb-Version 3.0.7 behoben)
Wenn ich jetzt das Forum über localhost öffne, kommen folgende Meldungen:
Nach was genau muss ich in der functions.php bzw. in der common.php schauen? Finde keine überzähligen Leerzeichen o.ä.
Muss dazu sagen, dass ich noch ziemlicher Anfänger bin und mich da erstmal reinarbeiten muss.
Nächstes Problem ist, wenn ich mich in die Administrationsoberfläche einloggen will (die normale Anmeldung fkt. normal), kommt kein Admin-Menü, sondern die folgenden Meldungen:
Würde erstmal gerne das System sauber bei mir zum laufen bekommen, bevor ich die Updates einspiele, da ich ein besonderes Style gewählt habe, was ich dann wieder anpassen muss.
Rest vom Forum, wie Einträge erstellen, antworten, usw. fkt. normal.
Kann mir jemand einen Tipp geben?
Danke im voraus.
Ich muss mein Forum updaten und habe deshalb zum Testen der Updates das Forum auf meinen Rechner mit XAMPP umgezogen und die config.php geändert, sowie den Cache geleert. (Strato unterstützt anscheinend nur noch phpbb-Foren richtig, wenn man das SpeedPlus-Paket nimmt, was aber PHP 5 einsetzt und meine phpbb-Version 3.0.0. mag das anscheinend nicht so, wie ich gehört habe, sind da einige Kompatibilitätsprobleme erst in der neuen phpbb-Version 3.0.7 behoben)
Wenn ich jetzt das Forum über localhost öffne, kommen folgende Meldungen:
Code: Alles auswählen
Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\xampp\xampp\htdocs\common.php on line 107
[phpBB Debug] PHP Notice: in file /includes/session.php on line 886: Cannot modify header information - headers already sent by (output started at /common.php:2)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 886: Cannot modify header information - headers already sent by (output started at /common.php:2)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 886: Cannot modify header information - headers already sent by (output started at /common.php:2)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3398: Cannot modify header information - headers already sent by (output started at /common.php:2)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3400: Cannot modify header information - headers already sent by (output started at /common.php:2)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3401: Cannot modify header information - headers already sent by (output started at /common.php:2)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3402: Cannot modify header information - headers already sent by (output started at /common.php:2)
Muss dazu sagen, dass ich noch ziemlicher Anfänger bin und mich da erstmal reinarbeiten muss.
Nächstes Problem ist, wenn ich mich in die Administrationsoberfläche einloggen will (die normale Anmeldung fkt. normal), kommt kein Admin-Menü, sondern die folgenden Meldungen:
Code: Alles auswählen
Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\xampp\xampp\htdocs\common.php on line 107
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /common.php:2)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /common.php:2)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /common.php:2)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /common.php:2)
Rest vom Forum, wie Einträge erstellen, antworten, usw. fkt. normal.
Kann mir jemand einen Tipp geben?
Danke im voraus.