I install a new shop about once a week so I keep coming up with the same problems, i'll just keep coming back to this thread and updating it if I can edit my own posts...
ISSUE: Automatic install doesnt work
TRIED: Allowing write permissions to global.inc.php for IUSR_MACHINE, NETWORK SERVICE and the user the website actually runs under to no avail.
ANNOYING: The help in the installer telling you to just skip this step??? How??? Edit the page number in the URL? How will that work?
FIX: Devellion?
ISSUE: Manual install DOESNT INSTALL table cubecart_cats_lang
TRIED: I have other installs so I got the SQL from them
CODE
CREATE TABLE `p1ll5cubecart_cats_lang` (
`id` int(11) NOT NULL auto_increment,
`cat_master_id` int(11) NOT NULL default '0',
`cat_lang` varchar(20) NOT NULL default '',
`cat_name` varchar(255) NOT NULL default '',
KEY `id` (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1;
`id` int(11) NOT NULL auto_increment,
`cat_master_id` int(11) NOT NULL default '0',
`cat_lang` varchar(20) NOT NULL default '',
`cat_name` varchar(255) NOT NULL default '',
KEY `id` (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1;
ISSUE: Admin Error "Fatal error: Cannot redeclare class db in d:\domains\velocityd.com\wwwroot\classes\db.inc.php on line 31"
TRIED: I see, Windows users... you know how we NEVER care about capitals? Well apparently in this config you have to
FIX: Make sure that your path has absolutely correct capitalisation
Thats it for now, with all that done its working... hopefully the automatic install will one day be fixed so we dont have to revert to the manual one.