I get this
Code:
Database error in vBulletin 3.8.3:
Invalid SQL:
CREATE TABLE IF NOT EXISTS vb3`applicator_question` (
`qid` INT( 10 ) NOT NULL AUTO_INCREMENT ,
`appid` INT( 10 ) NOT NULL DEFAULT '0',
`question` VARCHAR( 150 ) NOT NULL ,
`qtype` VARCHAR( 20 ) NOT NULL ,
`quniqueid` VARCHAR( 10 ) NOT NULL ,
`qorder` INT( 15 ) NOT NULL DEFAULT '1',
`qoptions` VARCHAR( 150 ) NOT NULL,
UNIQUE (
`qid`
)
);
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 '`applicator_question` (
`qid` INT( 10 ) NOT NULL AUTO_INCREMENT ,
`appid` INT(' at line 1
Error Number : 1064
Request Date : Saturday, June 13th 2009 @ 06:22:58 PM
Error Date : Saturday, June 13th 2009 @ 06:22:58 PM
Script : http://warriersofpie.net/forum/admincp/plugin.php?do=productimport
Referrer : http://warriersofpie.net/forum/admincp/plugin.php?do=productadd
IP Address : 24.16.139.173
Username : bahoginbill
Classname : vB_Database
MySQL Version : 5.0.67-community