ich habe gerade von 2.0.8 über 2.0.10 auf 2.0.11 manuell geupdatet und laut Anleitung muss ich noch die "update_to_2011.php" ausführen.
Wenn ich dies versuche, so bekomme ich jedoch leider diese Fehlermeldung:
Code: Alles auswählen
Warning: main(./../extension.inc): failed to open stream: No such file or directory in /srv/www/htdocs/web61/html/forum/update_to_2011.php on line 46
Warning: main(): Failed opening './../extension.inc' for inclusion (include_path='.:/usr/share/php') in /srv/www/htdocs/web61/html/forum/update_to_2011.php on line 46
Warning: main(./../config.): failed to open stream: No such file or directory in /srv/www/htdocs/web61/html/forum/update_to_2011.php on line 47
Warning: main(): Failed opening './../config.' for inclusion (include_path='.:/usr/share/php') in /srv/www/htdocs/web61/html/forum/update_to_2011.php on line 47
Please read: INSTALL.html before attempting to update.
Line 47 ist: include($phpbb_root_path . 'config.'.$phpEx);
Weiß einer, wo der Fehler liegt?