View Single Post
  #5 (permalink)  
Old 01-03-2008, 09:45 AM
hackers1955 hackers1955 is offline
Junior Member
9 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Jan 2008
Location: Cornwall UK
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

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
Reply With Quote