cconcept Posted February 11, 2011 Posted February 11, 2011 I am getting the following error when launching WPI on 32 bit systems (XP, Vista, Win7), but not on 64 bit (Vista, Win7).Internet Explorer Script ErrorAn error has occurred in the script on this pageLine: 592Char: 5Error: Object RequiredCode: 0URL: file:////Z//WPIScripts/check.jsI get the error if I run WPI locally or from a network share.If I remove either the Conditions or the Excludes for the 32bit programs, the error goes away.I have checked the forum and documentation, but have not found a resolution.I have attached a copy of my config.js.config.js
mritter Posted February 13, 2011 Posted February 13, 2011 Fixed. Look for v8.2.0 real soon.................Update line 538 to this: if (elem && elem.checked)
cconcept Posted February 15, 2011 Author Posted February 15, 2011 Thank you for the responseI updated line 538 in check.js var j, elem; to if (elem && elem.checked) Unfortunately I am still getting the same error. Did I edit the wrong file? Or should I just wait for v8.2.0?
mritter Posted February 16, 2011 Posted February 16, 2011 Whoops. Sorry. I obviously have a newer version than you.Change your line 592 to the new code.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now