Quote:
Originally Posted by Abe1
Yes, it works with 3.6. There will be a new version of it though which has one template fix. Nothing major.
|
I tried it on 3.6 but it gives database error:
Code:
Database error in vBulletin 3.6.0:
Invalid SQL:
SELECT * FROM forumpermission
WHERE ( forumid IN() AND usergroupid IN (6)) AND
(maxthread=0 AND perhour=0);
MySQL Error : 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 ') AND usergroupid IN (6)) AND
(maxthread=0 AND perhour=0)' at line 2
Error Number : 1064
This happened when I call ?showthread.php?do=form?
I found that if I add forum ID it shows the form.
Ex: ?showthread.php?do=form
&f=1?
but when I try to submit, it gives the same database error
Any Ideas?