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

Anonymous
Not applicable

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

We are using Marketo script in our application http://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 "
 
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

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

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.
Anonymous
Not applicable

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

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.
Anonymous
Not applicable

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

This thread is for the same thing and has more information.

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