aidler |
05-21-2002 11:01 PM |
After installing the hack, when I try to chance forumpermissions of any non private forum which doesn't have the hide by time attributes in forumpermissions, I get the following error:
Quote:
Invalid SQL: INSERT INTO forumpermission
(forumpermissionid,usergroupid,forumid,canview,can search,canemail,canpostnew,canmove,canopenclose,ca ndeletethread,canreplyown,canreplyothers,canviewot hers,caneditpost,candeletepost,autoclose,autoopen, canpostpoll,canvote,canpostattachment,cangetattach ment)
VALUES
(NULL,4,7,1,0,0,0,0,0,0,0,0,0,0,0,,,0,0,0,0)
mysql error: You have an error in your SQL syntax near ',0,0,0,0)' at line 4
mysql error number: 1064
|
Obviously non private forums do also carry the autoclose and autoopen attributes but as I'm unable to put any numbers into the corresponding fields (they are not there if the forum is non private) they are empty. This leads to the above error. Does anyone have any solution??
|