I'm getting the following error on install. Couldn't find anything about it in the thread. Anyone know anything about it?
Database error in vBulletin 3.8.7:
Invalid SQL:
CREATE TABLE IF NOT EXISTS `forms` (
`fid` int(11) NOT NULL auto_increment,
`title` varchar(255) NOT NULL default '',
`description` text NOT NULL,
`displayorder` int(10) NOT NULL,
`action` int(3) NOT NULL,
`where` varchar(200) NOT NULL default '',
PRIMARY KEY (`fid`)
) TYPE=MyISAM;
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 'TYPE=MyISAM' at line 9
Error Number : 1064
Request Date : Thursday, June 28th 2012 @ 07:15:59 AM
Error Date : Thursday, June 28th 2012 @ 07:16:00 AM
Script :
http://mysite.com/admincp/plugin.php?do=productimport
Referrer :
http://mysite.com/admincp/plugin.php?do=productadd
IP Address : MyIP
Username : MyUsername
Classname : vB_Database
MySQL Version : 5.5.23-55
I've tried all versions of the mod, even the 3.7 one and I get the same error. No problems with any other mods.
I'm wondering if I just create the table 'forms' manually, will that work?