Unable to get value of the property 'version': object is null or undefined | Community
Skip to main content
January 22, 2013
Question

Unable to get value of the property 'version': object is null or undefined

  • January 22, 2013
  • 3 replies
  • 968 views
We are using Marketo script in our application staging.consturx.com.
Script was working fine some day ago but now we are getting  following error in IE browser
"SCRIPT5007: Unable to get value of the property 'version': object is null or undefined
munchkin.js, line 21 character 455 "
 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

January 22, 2013
Are you referencing a jquery lib that isn't marketo's or your own, like google's store of it?  If so, set reference to marketo's store of jquery, as the jquery library has been updated and referencing the real most current version of jquery will now break some stuff, as in most of the calls that have been deprecated for the last few versions are now truly dead.  One of those calls that I know was deprecated was browser.version, no idea if it is truly dead now in newest version, but the munchkin scripts use it and this seems a likely result of referencing the newest jquery library.  Marketo has assured us that they will not update their version to one that would break anything.
January 22, 2013
Yeah, browser.version died in jquery 1.9, so if you're referencing that or 2.0 for your jquery version, could well be the problem.
May 2, 2013
This thread is for the same thing and has more information.

https://community.marketo.com/marketodiscussiondetail?id=90650000000PXgsAAG