
10-05-2014, 06:30 PM
|
 |
|
|
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by TrIn@dOr
Please help.
Code:
Database error in vBulletin 3.7.4:
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 : Sunday, October 5th 2014 @ 08:55:38 AM
Error Date : Sunday, October 5th 2014 @ 08:55:38 AM
Script : http://www.xn--lossureos-r6a.com/admincp/plugin.php?do=productimport
Referrer : http://www.xn--lossureos-r6a.com/admincp/plugin.php?do=productadd
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.5.38-35.2
|
Open the product,
Code:
Find:
Type=MyISAM
Change to:
ENGINE=MyISAM
Save, re-upload product.
|