Mam problem z PHPBB w NUKE , jak chce dodac nowego moderatora do forum , i wybieram dla niego dzialy w ktorym bedzie moderować ,daje OK i wyskakuje takie cos :
Cytat
Błąd Ogólny
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 : /usr/home/user/pyksel/www/cscz/modules/Forums/admin/admin_ug_auth.php
To jest jakiś Bug czy co??HELP!
A wiec sprawdziolem w 425 lini i tak jest tam:
Cytat
422. if( !($result = $db->sql_query($sql)) )
423. {
424. message_die
425.(GENERAL_ERROR, "Couldn't update private forum permissions", "", 426.__LINE__, __FILE__, $sql);
425. }