
02-17-2006, 11:12 AM
|
|
|
Join Date: Oct 2005
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
I hope someone can help me..
I use to have 3.5.0 and tried to install this ushop, but something went wrong. So I upgraded my vb to 3.5.3 and uninstalled the ushop. Then I tried to installed ushop again, but in step 3 (creating tables) i get this message;
Quote:
Database error in vBulletin 3.5.3:
Invalid SQL:
CREATE TABLE ushop_action (
`actionid` int(5) NOT NULL auto_increment,
`categoryid` smallint(5) NOT NULL default '1',
`shortname` varchar(255) NOT NULL default '',
`name` varchar(255) NOT NULL default '',
`description` text NOT NULL,
`displayorder` int(10) NOT NULL default '0',
`cost` varchar(20) NOT NULL default '',
`tax` varchar(20) NOT NULL default '',
`sold` bigint(10) NOT NULL default '0',
`defaultquantity` bigint(10) NOT NULL default '0',
`quantity` bigint(10) NOT NULL default '0',
`allowedgroups` varchar(255) NOT NULL default '',
`deniedgroups` varchar(255) NOT NULL default '',
`expiration` int(15) NOT NULL default '0',
`noexpiremarkup` decimal(20,2) NOT NULL default '0.00',
`filelocation` varchar(255) NOT NULL default '',
`imagelocation` varchar(255) NOT NULL default '',
`disablecoupon` tinyint(1) NOT NULL default '0',
`showinstore` tinyint(1) NOT NULL default '0',
`active` tinyint(1) NOT NULL default '0',
`saf_name` varchar(50) NOT NULL default '',
`asvs` text NOT NULL,
`itemcatcache` text NOT NULL,
`itemcache` text NOT NULL,
PRIMARY KEY (`actionid`)
);
MySQL Error : Table 'ushop_action' already exists
Error Number : 1050
Date : Friday, February 17th 2006 @ 02:10:31 PM
Script : http://www.rasteplassen.com/forum/installer/index.php
Referrer : http://www.rasteplassen.com/forum/installer/index.php
IP Address : 85.166.139.129
Username : El Barto
Classname : vb_database
|
|