Ive just shifted my cs-cart to host with JustHost.com.
Now the store has this problem:
-Clicking on any “pop-up” link no longer works.
-Clicking any Tab heading on the Product Tabs has no result, the page just stays at the Description tab.
-the Product options (?) popup does not work either.
Error log fro cPanel :
[QUOTE][Mon Sep 20 21:52:39 2010] [error] [client 115.70.15.3] File does not exist: /home/<my_host_name>/public_html/<shop_folder>/loading.gif, referer: [url]http://www.remoteone.com.au/ps3-ir-to-bluetooth-adaptors/re-bl-xtended-ps32bt-ir-repeater-kit.html[/url][/QUOTE]
no sql errors loged in cs-cart.
Note that to make the site work, config.local.php is now changed from;
[QUOTE] $config[‘http_host’] = ‘www.yourcompany.com’;
$config[‘http_path’] = ‘/store’;[/QUOTE]
to:
[QUOTE] $config[‘http_host’] = ‘www.yourcompany.com’;
$config[‘http_path’] = ‘’;[/QUOTE]
Any Help greatly appreciated.