Seite 1 von 1

Forum läuft nicht mehr nach Update auf 2.0.18

Verfasst: 31.10.2005 00:03
von BadBoyfromHell
Hi @ all habe heute mein Board geuppt auf 2.0.18 wenn Ich nun versuche die Datei Update_to_latest.php zum laufen zu bringen, so erhalte Ich folgenden Fehler:

Code: Alles auswählen

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

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

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

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

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

Warning: main(): Failed opening './../config.' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/xxx/phpBB2/update_to_latest.php on line 4
Ich hoffe ihr könnt mir sagen, woran das liegt!

Verfasst: 31.10.2005 00:05
von Volle
Hallo,

du musst die datei in das install Verzeichnis schieben (muss erst angelegt werden)

Volle

Verfasst: 31.10.2005 00:05
von gott
gib der config.php/extension.inc doch mal schreibrechte mit deinem ftp-programm und sie MUSS ins root- verzeichnis :wink:

Verfasst: 31.10.2005 00:16
von BadBoyfromHell
Bringt leider nichts!

Verfasst: 31.10.2005 00:19
von gott
hang on...

Verfasst: 31.10.2005 00:22
von gott

Code: Alles auswählen

---- [ OPEN ] -----
#
update_to_latest.php

#
#----- [ FIND ] -----
#
$phpbb_root_path = './../';

#
#----- [ REPLACE, WITH ] -----
#
$phpbb_root_path = './';   
ist einfacher

Verfasst: 31.10.2005 00:23
von michi50
Hatte das gleiche aber man sieht an der ausgabe sofort das problem!

erstelle einen install ordner dann schieb die datei da rein und führ die update_to_latest.php dann aus!

Verfasst: 31.10.2005 00:23
von michi50
gott hat geschrieben:

Code: Alles auswählen

---- [ OPEN ] -----
#
update_to_latest.php

#
#----- [ FIND ] -----
#
$phpbb_root_path = './../';

#
#----- [ REPLACE, WITH ] -----
#
$phpbb_root_path = './';   
ist einfacher
Einfacher?

Verfasst: 31.10.2005 00:27
von gott
bevor ich ein neues verzeichnis erstelle und wieder löschen muss...leute keinen zugirff auf die seite haben etc.....
oder eben einen editor öffne und dann im root- ordner ausführe..

naja, :wink:

Verfasst: 31.10.2005 00:30
von BadBoyfromHell
Danke! Habe den Fehler nun gefunden! Lag daran, das Ich das File in den falschen Ordner verschoben habe!