Seite 1 von 1

Problem bei Update von 2.14 auf 2.15

Verfasst: 04.07.2005 11:53
von goenz
Hallo, will auf 2.16 uppen muss aber erstmal Codetechnisch auf 2.15 durch - mach es per COde, wegen der eingebauten Mods.

Nach dem ich (inzwischen habe ich alles 2 mal kontrolliert) alle Dateien entsprechend verändert habe - und die update_to_latest.php der Version 2.15 drüber laufen lassen will bekomme ich folgende Fehlermeldung:
Warning: main(): Unable to access ./../extension.inc in /srv/www/htdocs/web98/html/Theologieforum/phpBB2/update_to_latest.php on line 46

Warning: main(./../extension.inc): failed to open stream: No such file or directory in /srv/www/htdocs/web98/html/Theologieforum/phpBB2/update_to_latest.php on line 46

Warning: main(): Failed opening './../extension.inc' for inclusion (include_path='.:/usr/share/php') in /srv/www/htdocs/web98/html/Theologieforum/phpBB2/update_to_latest.php on line 46

Warning: main(): Unable to access ./../config. in /srv/www/htdocs/web98/html/Theologieforum/phpBB2/update_to_latest.php on line 47

Warning: main(./../config.): failed to open stream: No such file or directory in /srv/www/htdocs/web98/html/Theologieforum/phpBB2/update_to_latest.php on line 47

Warning: main(): Failed opening './../config.' for inclusion (include_path='.:/usr/share/php') in /srv/www/htdocs/web98/html/Theologieforum/phpBB2/update_to_latest.php on line 47
Please read: INSTALL.html before attempting to update.
Habt Ihr nen Plan, was da schief gelaufen ist ? Hier mal Zeile 46 und 47 der update_to_latest.php

Code: Alles auswählen

44define('IN_PHPBB', 1);
45$phpbb_root_path = './../';
46include($phpbb_root_path . 'extension.inc');
47include($phpbb_root_path . 'config.'.$phpEx);

Verfasst: 04.07.2005 11:57
von Markus67
Hi ...

erstelle einen Ordner install direkt im Forumroot .. und da packst du die update_to_latest.php rein. Dann rufst du sie im Browser auf und das ganze funktioniert :wink:

Markus

Verfasst: 04.07.2005 12:24
von goenz
Oh man - bin ick bekloppt - dass hab ich ja völlig vergessen gehabt - danke !!!!