Product Tabs and Popup larger image -not working

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.

Those 3 problems are related to Javascript functions. I checked with firebug. The source of Javascript functions are correctly retrieved, but in firebug console, I found so many dynamic javascript errors continue coming out. I guess you copied all cache under /your-skin/var from old hosting, but you didn’t clean it after your server relocation. Please try to clean your cache first.

Thanks for the fast reply ministar.

Although the compiled and cache folders were probably copied over to the new site, One thing you learn early with CS-Cart, is to clear the cache as soon as something does not work. So yep, the cache was cleared again as soon as this issue was noticed. I deleted the folders again just now to make sure. Still no worky.

Update,

Disabling a Side Banner that uses javascript fixes this issue, so I guess theres a clash between the banner script and the javascript that the Products Page runs.

I will investigate further.