February 11, 201115 yr 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
February 13, 201115 yr Fixed. Look for v8.2.0 real soon.................Update line 538 to this: if (elem && elem.checked)
February 15, 201115 yr Author 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?
February 16, 201115 yr Whoops. Sorry. I obviously have a newer version than you.Change your line 592 to the new code.
Create an account or sign in to comment