Seite 1 von 1

Update nach 2.0.19 - update_to_latest-Problem

Verfasst: 30.12.2005 20:14
von aquaman
Hi,
eben habe ich (auf meinem Testboard) das Update durchgeführt.
Beim Ausführen der update_to_latest.php wurde folgender Fehlercode ausgegeben:

Code: Alles auswählen

Warning: main(): open_basedir restriction in effect. File(./../extension.inc) is not within the allowed path(s): (/www/htdocs/afinfatf/:/tmp:/usr/bin:/www/htdocs/afinfatf:/bin:/usr/local/bin:/usr/share/php) in /www/htdocs/afinfatf/update_to_latest.php on line 46

Warning: main(./../extension.inc): failed to open stream: Operation not permitted in /www/htdocs/afinfatf/update_to_latest.php on line 46

Warning: main(): open_basedir restriction in effect. File(./../extension.inc) is not within the allowed path(s): (/www/htdocs/afinfatf/:/tmp:/usr/bin:/www/htdocs/afinfatf:/bin:/usr/local/bin:/usr/share/php) in /www/htdocs/afinfatf/update_to_latest.php on line 46

Warning: main(./../extension.inc): failed to open stream: Operation not permitted in /www/htdocs/afinfatf/update_to_latest.php on line 46

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

Warning: main(): open_basedir restriction in effect. File(./../config.) is not within the allowed path(s): (/www/htdocs/afinfatf/:/tmp:/usr/bin:/www/htdocs/afinfatf:/bin:/usr/local/bin:/usr/share/php) in /www/htdocs/afinfatf/update_to_latest.php on line 47

Warning: main(./../config.): failed to open stream: Operation not permitted in /www/htdocs/afinfatf/update_to_latest.php on line 47

Warning: main(): open_basedir restriction in effect. File(./../config.) is not within the allowed path(s): (/www/htdocs/afinfatf/:/tmp:/usr/bin:/www/htdocs/afinfatf:/bin:/usr/local/bin:/usr/share/php) in /www/htdocs/afinfatf/update_to_latest.php on line 47

Warning: main(./../config.): failed to open stream: Operation not permitted in /www/htdocs/afinfatf/update_to_latest.php on line 47

Warning: main(): Failed opening './../config.' for inclusion (include_path='.:/usr/share/php') in /www/htdocs/afinfatf/update_to_latest.php on line 47
Ruft man danach das Forum auf und loggt sich ein, kommt dieser allgemeine Fehler:

Code: Alles auswählen

Error in obtaining userdata

DEBUG MODE

SQL Error : 1054 Unknown column 'user_login_tries' in 'field list'

SELECT user_id, username, user_password, user_active, user_level, user_login_tries, user_last_login_try FROM phpbb_users WHERE username = 'meinname'

Line : 65
File : login.php
Gibt es Tipps?

Hinweis

Verfasst: 30.12.2005 20:18
von gloriosa
Hallo,
das DB-Update ist aus dem Verzeichnis http://www.wasauchimmer/install/update_to_latest.php heraus zu starten ! :oops:

Verfasst: 30.12.2005 20:19
von BB-BF-BM

Code: Alles auswählen

---------------------------------
#
#-----[ OPEN ]-----
#

update_to_latest.php 

#
#-----[ FIND ]-----
#Line: 45

$phpbb_root_path = './../';

#
#-----[ REPLACE WITH ]-----
#

$phpbb_root_path = './';

---------------------------------
:wink:
Du hast nämlich wahrscheinlich die Datei direkt in das Verzeichnis gelegt...