Also, ich wollte einen User über
User Admin -> Permissions -> Allowed Acces (bei simple permissions) zugang zu einem privaten forum geben da kam folgende fehlermeldung:
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 nuke_bbauth_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 (4, , 1, 1, 1, 1, 1, 1, 1, 1, 1, 0)
Line : 425
File : /var/www/argh/thesil.de/htdoc/modules/Forums/admin/admin_ug_auth.php
Tja, und wenn ich jemanden zum moderator machen will passiert ziemlich das gleiche, nämlich folgendes:
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)' at line 2
INSERT INTO nuke_bbauth_access (forum_id, group_id, auth_mod) VALUES (2, , 1)
Line : 425
File : /var/www/argh/thesil.de/htdoc/modules/Forums/admin/admin_ug_auth.php
wazup?
das is das problem wenn man so ein forum hat das in dieses php-nuke eingebaut ist was?
wie kann ich denn das beheben? wär super wenn mir wer helfen könnt