Ich habe ein Problem, und zwar tritt es im Adminbereich auf, wenn ich Moderatoren/Administratoren ernennen will. Also was ich auf den ersten Blick sehe: Es liegt auf jeden fall daran, dass ein Wert nich da is, also die Variable die dort steht leer ist.
Wenn ich jemanden zum Mod machen will kommt das hier:
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 ' 0, 0, 0, 0, 0, 0, 1)' at line 2
INSERT INTO forum_auth_access (forum_id, group_id, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_vote, auth_mod) VALUES (10, , 0, 0, 0, 0, 0, 0, 1)
Line : 406
File : admin_ug_auth.php
Code: Alles auswählen
Couldn't delete auth access info
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 '* FROM forum_auth_access WHERE group_id = AND auth_mod = 0' at line 1
DELETE * FROM forum_auth_access WHERE group_id = AND auth_mod = 0
Line : 195
File : admin_ug_auth.php
Weiß jemand was darüber? Gruß
Hasu0bs