Error Code:

On this product and a few others:



[url]http://213.175.196.220/~mainhost/index.php?dispatch=products.view&product_id=30153[/url]



We get this error code (using IE8):



jCarousel: No width/height set for items. This will cause infinate loop. Aborting…



No error in Firefox



I assume it has something to with the attributes/options as it happens on products with a number of options.



Still running 2.1.3, so don’t know if an upgrade would cure it.



Thanks

I’m gettin this too in Chrome safari and ie

I’ve noticed on some pages we are getting an ‘error on page’ in the bottom left hand corner of IE8.



Webpage error details



User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C; MATM)

Timestamp: Mon, 7 Mar 2011 09:42:18 UTC





Message: Permission denied

Line: 1148

Char: 3

Code: 0

URI: [url]http://213.175.196.220/~mainhost/js/core.js[/url]



Above are the details.

Any help on this would be apprecaited as we can’t lauch the new cart until it’s fixed.



[url]http://213.175.196.220/~mainhost/index.php?dispatch=products.view&product_id=30389[/url]



Problem only seems to exisit in IE8, which 95% of our customers use.



Thanks

The error was not related with the jCarousel error and most probably is caused by specific settings of the server.



In order to fix it, the code was below was replaced:



var notification = parent.window != window ? $(‘.cm-notification-container’, parent.document) : $(‘.cm-notification-container’);



with this one:



// [mink]

// var notification = parent.window != window ? $(‘.cm-notification-container’, parent.document) : $(‘.cm-notification-container’);

var notification = $(‘.cm-notification-container’);



in the “core.js” file in the “js” directory of your CS-Cart installation.

I was getting the same Permission Denied JS error, so thank you for posting the fix!



Also had the jCarousel error, but CS-Cart told me to just comment out the error code:

[url]http://forum.cs-cart.com/showpost.php?p=117026&postcount=4[/url]