Seite 1 von 1

Probleme beim ändern der Benutzerebene

Verfasst: 07.11.2007 22:07
von ks0608
Servus,
hab schon gesucht, aber zu meinem Problem gibts hier leider noch nichts!

Wollte neulich einem ehemaligem Admin unseres Boards (phpBB2) die Adminrechte entziehen, sprich die Benutzerebene von Administrator auf Benutzer ändern ... nur leider bekomm ich dabei folgende Fehlermeldung:

Code: Alles auswählen

Could not update auth access

DEBUG MODE

SQL Error : 1064 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 'group_id = 3' at line 3

UPDATE phpbb_auth_access SET auth_view = 0, auth_read = 0, auth_post = 0, auth_reply = 0, auth_edit = 0, auth_delete = 0, auth_sticky = 0, auth_announce = 0 , auth_globalannounce = 0WHERE group_id = 3

Line : 224
File : admin_ug_auth.php
hat jemand von euch ne idee woran das liegen könnte?


hab leider nicht so viel ahnung vom mysql und php, deswegen bitte ich um etwas rücksicht, was die fachbegriffe angeht! ^^ wann ihr noch irgendwelche infos braucht ... einfach schreiben!

danke an alle die, die weiterhelfen!
mfg

Verfasst: 07.11.2007 22:16
von Boecki91
Du hast bestimmt einen Mod eingebaut, oder?

Globale Bekanntmachungen oder so etwas in der Richtung?
Du hast bestimmt ein Leerzeichen vergessen.
Versuche mal das:

Öffne:

Code: Alles auswählen

admin/admin_ug_auth.php
Finde:

Code: Alles auswählen

auth_globalannounce = 0WHERE group_id = 3 
Ändere um in:

Code: Alles auswählen

auth_globalannounce = 0 WHERE group_id = 3 

Verfasst: 07.11.2007 22:22
von ks0608
jo, der global mod is installiert ... aber via easy mod ^^

danke, hat geklappt, nur wenn ich jetzt jemand anders als Administrator machen will kommt folgendes:

Code: Alles auswählen

Couldn't update auth access

DEBUG MODE

SQL Error : 1064 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 'group_id = 3' at line 3

UPDATE phpbb_auth_access SET auth_view = 0, auth_read = 0, auth_post = 0, auth_reply = 0, auth_edit = 0, auth_delete = 0, auth_sticky = 0, auth_announce = 0 , auth_globalannounce = 0WHERE group_id = 3

Line : 202
File : admin_ug_auth.php

Verfasst: 07.11.2007 22:24
von ks0608
habs, das gleiche wie oben nur weng weiter oebn in der datei!!!!

danke!