After a few problems managed to get this sorted out. the bosscart.sql in your zip file didn't install properly but there was another bosscart.sql in scripts\installation\sql. This has a line error where the bc_redirection table is created insert into should read INSERT INTO `bc_redirection` VALUES(384, 119, 0, 'sitemap', 'index.php?option=com_xmap&lang=en&sitemap=1', '2007-10-08');
not
INSERT INTO `jos_redirection` VALUES(384, 119, 0, 'sitemap', 'index.php?option=com_xmap&lang=en&sitemap=1', '2007-10-08');
--
--
This caused the import to fall over intially but once the line was corected it worked OK
The only issue I have now is that the shopping cart has been installed at the root of the url (shop.pfs-uk.co.uk) and although the default page is set to index.php it comes up with a page not displayed and tries to find a path shop.pfs-uk.co.uk/bc.
Probably something in the confiuration script but would help if you caould point me in the right direction
Thanks
Bryn
|