Seite 1 von 1

Auth_access

Verfasst: 22.12.2005 14:19
von hagily
Hallo Leute.
Folgender Fehler wenn ich einen user die erlaubnis geben will in ein privates Forum zu gehen.

Code: Alles auswählen

Couldn't update private forum permissions

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 ' 1, 1, 1, 1, 1, 1, 1, 1, 1, 0)' at line 2

INSERT INTO phpbb_auth_access (forum_id, group_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_vote, auth_pollcreate, auth_mod) VALUES (46, , 1, 1, 1, 1, 1, 1, 1, 1, 1, 0)

Line : 399
File : admin_ug_auth.php
Habe
INSERT INTO phpbb_auth_access (forum_id, group_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_vote, auth_pollcreate, auth_mod) VALUES (46, , 1, 1, 1, 1, 1, 1, 1, 1, 1, 0)
Ausgeführt, Problem blieb aber. Was nun?
Ich bin mit meinem Latein am ende^^

FElix

Verfasst: 22.12.2005 14:33
von QCO
INSERT INTO phpbb_auth_access (forum_id, group_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_vote, auth_pollcreate, auth_mod) VALUES (46, , 1, 1, 1, 1, 1, 1, 1, 1, 1, 0)
Zwischen den beiden Kommas fehlt ein Wert. Du hast irgendwas in der admin/admin_ug_auth.php kaputtgemoddet.

PS: Wenn du daran scheiterst, würde ich mir aber genau überlegen, ob ich meine Dienste als Modder anbiete.

Verfasst: 23.12.2005 12:51
von hagily
HI

ich habe nichts an der admin_ug_auth.php gemacht, deswegen wundere ich mich ja auch darüber.

Hat jemand ne idee was ich in der admin_ug_auth.php ändern musS?


EDIT:

hier mal die datei: admin_ug_auth