View Single Post
  #27  
Old 02-15-2010, 11:44 PM
  lewaff's Avatar 
lewaff lewaff is offline
 

eXpert
  
Join Date: Jun 2007
Location: Nuneaton-England
Posts: 225
 

Default Re: X-Cart v4.3.1 released

[!] 21 Jan 2010, ferz - Bug (0083936): Flyout Menus module caused a JavaScript error in IE8. Fixed.

The above error dont seem to be fixed with this version I was told to comment out the line below by qualiteam as a tempory fix
// Mark first list items
// $('ul.fancycat-icons-level-1').parents('li').get(0).isHighUL = true;
But undone this to upgrade to V4.3.1
Now error below back
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.4; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; SLCC1; InfoPath.2; Alexa Toolbar)
Timestamp: Tue, 16 Feb 2010 08:34:51 UTC

Message: Object required
Line: 115
Char: 15
Code: 0
URI: http://www.mobile-phone-batteries.co.uk/skin1/modules/Flyout_Menus/Icons/func.js

Message: Object required
Line: 115
Char: 15
Code: 0
URI: http://www.mobile-phone-batteries.co.uk/skin1/modules/Flyout_Menus/Icons/func.js

Its fixes it by commenting out in V4.3.1
// Mark first list items
// if ($('ul.fancycat-icons-level-1').parents('li').get(0)) {
// $('ul.fancycat-icons-level-1').parents('li').get(0).isHighUL = true;
// }
and thats how i am running at the moment
on all 3 sites are the same
__________________
Thank's
Lewis Afford
www.mobile-phone-batteries.eu X-cart v4.4.5 gold
www.mobile-phone-batteries.co.ukv4.4.5 gold
www.qualitechnic.co.uk v4.4.5 gold
Add-on: X-AOM (Advanced Order Management)
Reply With Quote