Seite 1 von 1

Admin status

Verfasst: 31.01.2005 00:43
von Orkus
Ich habe ein kleines problem.

Und zwar kann ich Admins ernennen doch wenn ich sie zurücksetzten will kommt das.
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 = 13' at line 3

UPDATE phpbb_9auth_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 = 13

Line : 239
File : /usr/export/www/vhosts/funnetwork/hosting/narsilfeuerbruch/Forum/phpbb/phpBB2-2.0.10-deutsch/admin/admin_ug_auth.php
Hab auch schon danach gesucht aber irgendwie komm ich da auf keien Lösung.
Wäre klasse wenn mir da einer helfen könnte.

Habe phpBB 2.0.11
Eingebaute Mods secure first admin
Db maintance Mod
Last Visit
globalannounce
gender
Birthday
junior admin

Verfasst: 31.01.2005 06:53
von rabbit
dann verlinke doch mal die admin_ug_auth.php hier als txt-datei.
KB:datei

Verfasst: 31.01.2005 12:41
von Orkus

Verfasst: 31.01.2005 16:19
von rabbit
finde:

Code: Alles auswählen

				$sql = "UPDATE " . AUTH_ACCESS_TABLE . "
					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 = $group_id";
und ersetze mit:

Code: Alles auswählen

				$sql = "UPDATE " . AUTH_ACCESS_TABLE . "
					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 = 0 
        WHERE group_id = $group_id";

Verfasst: 31.01.2005 18:11
von Orkus
Herzlichen dank. :)

Verfasst: 31.01.2005 18:17
von MySelf
Du hattest den Global Anouncement Mod drinnen, genauso wie ich...

Daher: Suchen hilft! :wink: