Seite 1 von 1

Konvertieren von 2.0.x auf 3.0.5 nicht möglich

Verfasst: 17.10.2009 18:07
von Yupp
Wollte heute unser altes phpBB2-Forum in ein 3er konventieren.
Der erste Teil, also das Beschreiben der config.php und Anlegen der Datenbank-Tabellen klappte wie immer fehlerfrei, - doch nach der Möglichkeit sich als Admin einzuloggen, oder aber ein bestehendes 2er-Forum zu konventieren, bekomme ich am Kopf des Konverterfensters die gesamte install/index.php als Text und darunter:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /install/index.php on line 440: Cannot modify header information - headers already sent by (output started at /includes/functions_convert.php:26)
[phpBB Debug] PHP Notice: in file /install/index.php on line 441: Cannot modify header information - headers already sent by (output started at /includes/functions_convert.php:26)
[phpBB Debug] PHP Notice: in file /install/index.php on line 442: Cannot modify header information - headers already sent by (output started at /includes/functions_convert.php:26)
[phpBB Debug] PHP Notice: in file /install/index.php on line 443: Cannot modify header information - headers already sent by (output started at /includes/functions_convert.php:26)
Beim Einloggen in das neue, leere Forum gebe es keine Probleme, doch möchte ich das alte konvertieren, ich bin ratlos.