Problem bei Update von 3.0.2 auf 3.0.5

phpBB 3.0 hat sein "End of Life" erreicht. Eine Neu-Installation wird nicht mehr unterstützt.
Gesperrt
elunatics
Mitglied
Beiträge: 2
Registriert: 11.07.2009 00:32

Problem bei Update von 3.0.2 auf 3.0.5

Beitrag von elunatics »

Hi zusammen,
ich war mal mutig und habe mein Forum aktualisieren wollen. Dabei muß wohl was schief gegangen sein.
Der Updateprozeß selber lief ohne größere Probleme. Nach dem löschen des Cache ging es dann aber los.
Ich komme weder aufs Forum noch in den Admin Bereich.

Angezeigt wird:
[phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 507: Invalid argument supplied for foreach()
General Error
SQL ERROR [ mysql4 ]

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 [1064]
Hier kracht es: http://viribusunitisgilde.de/forum/
Mods installiert habe ich nur das Board3Portal. Was mich verwundert ist das ein mysql4 Error angezeigt wird. Die DB hat aber Version 5.0.67. Hat das damit was zu tun?

Liebe Grüße
Frank
elunatics
Mitglied
Beiträge: 2
Registriert: 11.07.2009 00:32

Re: Problem bei Update von 3.0.2 auf 3.0.5

Beitrag von elunatics »

ich habe in der config nun

@define('DEBUG', true);
@define('DEBUG_EXTRA', true);

aktiviert um eventuell mehr Aufschluss zu bekommen. Es kommt tatsächlich auch mehr Output, aber der hilft mir irgendwie nicht weiter :-/
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 584: Undefined variable: sql_opts_select
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 585: Undefined variable: sql_opts_from
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 587: Undefined variable: sql_opts_from
[phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 500: Undefined index: FROM
[phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 500: Invalid argument supplied for foreach()

SQL ERROR [ mysql4 ]

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 [1064]

SQL

SELECT ao.auth_option, a.auth_role_id, r.auth_setting as role_auth_setting, a.user_id, a.forum_id, a.auth_setting FROM ()

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: includes/auth.php
LINE: 592
CALL: dbal_mysql->sql_query()

FILE: includes/auth.php
LINE: 372
CALL: auth->acl_raw_data()

FILE: includes/auth.php
LINE: 68
CALL: auth->acl_cache()

FILE: index.php
LINE: 25
CALL: auth->acl()
es scheint als ob der FROM Block im SQL Statement fehlt. Hmm, der enthält ja die Tabellen die in der constants.php hinterlegt sind. Vielleicht wird die nicht geladen?!?
Gesperrt

Zurück zu „[3.0.x] Installation, Update und Konvertierung“