News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Unable to get value of the property 'jQuery17207137647892958014' and other error

Started by toad78, December 08, 2012, 01:19:16 AM

Previous topic - Next topic

toad78

These are the errors we are receiving when running 2.0.4 in IE7. It is imperative that these get fixed because many customers cannot proceed with their orders unless they upgrade their browsers.

SCRIPT5007: Unable to get value of the property 'jQuery17207137647892958014': object is null or undefined
sidebar-ebfe1c5b25c4e76f04533353b60faa0e.js, line 17 character 5891

SEC7111: HTTPS security is compromised by http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js
shopping-cart-2.html

This happens when users try to 'Check Out Now'.

bytelord

Hi,

Are you sure this is not a jquery conflict? Please try without template overrides to verify it. For me is working fine with IE7

Check you site header if is loading jquery instances more than one and disable them, leave only one (e.g. vm2 jquery, or any 1.7.x version). Use firebug to check your site header.

Use firebug to examine your site code and styling .. also for checking js conflicts ...
http://forum.virtuemart.net/index.php?topic=102850.0

Javascript conflicts:
http://dev.virtuemart.net/projects/virtuemart/wiki/General_JS-Problems_with_templates_and_jQuery
http://dev.virtuemart.net/projects/virtuemart/wiki/JavascriptCSS_Template_Overrides_and_Avoiding_Conflicts_between_Libraries

Also you could provide a live url to test it also.
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!


bytelord

Hello toad,

No there is no js conflict at all, you have done a good work, except the part that you are loading jquery more than once - three times. The errors that comes i am thinking is not related to vm2 or joomla but sometimes happen if you have mixed content where some of content is https (SSL) and others are standard http. This can also sometimes occur with facebook integration.

The best solution for that is  to add trusted certificates to the whole domain not only the cart - joomla use it also.So that HTTPS access is enabled for your domain and its trusted. If the certs are not trusted IE will again prompt for adding the untrusted certificated.

Stupid IE :) May be happens to IE9 also...


Ti your jquery loading more than once issue:

1. The first error that comes on you is this: https://c820473.ssl.cf2.rackcdn.com/assets/sidebar-ebfe1c5b25c4e76f04533353b60faa0e.js .... from there you are loading a jquery library v 1.7.2 ... from where this is loading? Already you are loading vm2 jquery ... a side bar compo? module? Loading non secure content here: www.bugherd.com/sidebarv2.js?apikey=mxw2fjsu22kwk80glqox4w

2. Somehow you are loading jquery 1.6.4 twice, please find from where and eluminated from loading.

Regards

Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

toad78

Thank you, bytelord!

I've ran test after test on this site with my IE testers (IE Tester, and running IE9 in IE7 standard mode) and have never had any problems going through checkout, but I guess behinds the scenes other users run into problems that I can't see.

I've managed to remove one plugin and remove Superfish menu's jQuery loading. I don't see any error conflicts anymore.

I do have another questions regarding jQuery: how can I force VM2 to load the latest jQuery? It's running an older version and the latest is 1.7.

bytelord

Hello,

The latest jquery is 1.8.x ... VM2 uses 1.6.4 at the moment, i have test it by loading jquery 1.7.x and is working fine, using 1.8.x i had issues, so the best is to use it as you have it now if is working fine.

Regards
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!