@gio~logist:
You guys should consider going to a full xml installation code. The installation issues are the only thing really holding this back. It will also allow you guys to start thinking of more additions for this and the bugs will become minor issues. Just please don't have updates every 3 days like eStore/eBux. That shit is annoying.
If we do that, then we will be unable to release template updates outside of regular version updates.
I don't trust the vB Install/Uninstall code any further than I can throw Boobiefool.
Personally I don't understand how anyone even HAS installation issues, due to the fact that the install works perfectly on localhost yet the files appear to be the same.
@DeathMONGER:
Expand the "Member Info Templates" group in the Style Manager.
@ everyone: After school today I will be going on holidays for a week. Please report all bugs/errors/questions on the Area51 forums linked to in the first post, in order to avoid clutter in this thread.
I will deal with all problems and probably release a new Beta when I get back.
If we do that, then we will be unable to release template updates outside of regular version updates.
I don't trust the vB Install/Uninstall code any further than I can throw Boobiefool.
Personally I don't understand how anyone even HAS installation issues, due to the fact that the install works perfectly on localhost yet the files appear to be the same.
I like the installer. But it misses some small things. I like the structure of uShop alot better then eStore...It's very query easy. My database actually likes it. But I think you should look at what version these errors are coming up on.
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`)
);
I got the same error after step 9 also, but the mod seems to be working fine. Thanks for all your hard work. One question though, is there interest on money in the bank? The last version had it, can't find it in this one.
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;
it means that table is already there in your database. you need to drop that table.
You might want to look and see if you have any other ushop tables in your database. before you move on installing it again and remove those then install again