after installing, I got a database error when I call "newthread.php?do=form"
Quote:
Database error in vBulletin 3.6.1:
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
|
The normal "newthread.php" syntax is:
http://my/forum/path/newthread.php?do=newthread
&f=2
and when i call "newthread.php?do=form
&f=2", the form start, but never submit and give the same database error.
What shall i do?