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:
Habt Ihr nen Plan, was da schief gelaufen ist ? Hier mal Zeile 46 und 47 der update_to_latest.phpWarning: 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.
Code: Alles auswählen
44define('IN_PHPBB', 1);
45$phpbb_root_path = './../';
46include($phpbb_root_path . 'extension.inc');
47include($phpbb_root_path . 'config.'.$phpEx);