Stavo provando a impostare un utente normale come moderatore di alcuni forum, e mi ha sparato questo errore
------------------------------------------------------
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 (1, , 1)
Line : 425
File : /membri2/sarac/modules/Forums/admin/admin_ug_auth.php
-------------------------------------------------------
Da quello che ho capito, non posso far diventare moderatore un utente che non appartenga ad un gruppo....in quanto se fate caso, manca il secondo campo, relativo all'id del gruppo.
E' così oppure c'è qualche baco?