Seite 1 von 1

SQL Error

Verfasst: 18.07.2003 19:03
von _ACU_
Wenn man normal als Gast im Forum ist, gibt es keine Probleme.
Sobald man sich aber einloggt tritt diese fehler auf:

Code: Alles auswählen


Allgemeiner Fehler 

Failed obtaining forum access control lists

DEBUG MODE

SQL Error : 1054 Unknown column 'a.auth_globalannounce' in 'field list'

SELECT a.forum_id, a.auth_view, a.auth_read, a.auth_post, a.auth_reply, a.auth_edit, a.auth_delete, a.auth_sticky, a.auth_announce, a.auth_globalannounce, a.auth_vote, a.auth_pollcreate, a.auth_ban, a.auth_greencard, a.auth_bluecard, a.auth_attachments, a.auth_download, a.auth_mod FROM Dima_auth_access a, Dima_user_group ug WHERE ug.user_id = 2 AND ug.user_pending = 0 AND a.group_id = ug.group_id 

Line : 173
File : /www/htdocs/dima/includes/auth.php
Der Fehler tritt an unterschiedlichen Stellen auf z.B. bei Ansicht des Portal's oder beim Versuch einzelne Foren einzusehen.
(Die Übersicht geht).
Ich benutze ein PHPBB Plus.
Wäre toll, wenn mir einer helfen könnte!

Verfasst: 18.07.2003 19:20
von Henne
Ist das Feld auth_globalannounce in der DB?

Verfasst: 18.07.2003 21:33
von _ACU_
Nein nur auth_acess.

EDIT: Ich habe auch per PHPmyADMIN Zugriff!

Verfasst: 19.07.2003 12:30
von Acid
Beim "Globale Ankündigungen" Hack müsste auch eine db_update.php mit dabei sein... um die Datenbank anzupassen.