
06-15-2012, 08:37 PM
|
 |
|
|
Join Date: Jan 2009
Location: Michigan
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by orGaz
done that, but then i get:
Code:
Database error in vBulletin 4.2.0:
Invalid SQL:
CREATE TABLE vblinklist_category (
id int(11) NOT NULL auto_increment,
parentid int(11) NOT NULL default '0',
displayorder int(11) NOT NULL default '0',
name varchar(255) NOT NULL default '',
description text,
status smallint(5) NOT NULL default '0',
defaulticon smallint(5) NOT NULL default '1',
definedicon varchar(255) NOT NULL default '',
groupshow smallint(5) NOT NULL default '1',
groupshowlist varchar(255) NOT NULL default '',
allowhtml smallint(1) NOT NULL default '0',
allowbbcode smallint(1) NOT NULL default '1',
allowsmilies smallint(1) NOT NULL default '1',
linkurl tinyint(1) NOT NULL default '0',
banner tinyint(1) NOT NULL default '0',
thumbnail tinyint(1) NOT NULL default '0',
picturelocation text,
PRIMARY KEY (id)
) 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 20
Error Number : 1064
Request Date : Friday, June 15th 2012 @ 08:28:55 PM
Error Date : Friday, June 15th 2012 @ 08:28:55 PM
Script : http://localhost/admincp/plugin.php?do=productimport
Referrer : http://localhost/admincp/plugin.php?do=productadd
IP Address : 127.0.0.1
Username : blabla
Classname : vB_Database
MySQL Version : 5.5.16
|
Have the same issue, this mod needs to be upgraded by the author, I wont hold my breath waiting for that to happen.
|