December 27, 200520 yr Spent all of 12 hours building up the config.js file. Only for the damned thing to erase itself.Got all 150+ programs in my config.js file, and now WPI just showing me a blank screen. Course I immeaditley check my config file and (to my surprise, all was well)So WTF is going on with this?(A side note) This is not just a WPI thing. For some ungodly reason, the html autorun dont run, hell it hardly walks. It displays the bg pic, but none of the text or links.Any ideas?Any help would be appreciated.CompFX Edited January 2, 200620 yr by CompFX
January 2, 200620 yr Author To get ride of a blank screen:To resolve the problem, type these commands from Start, Run dialog: regsvr32 jscript.dllIf that does not help, execute the following commands as well. regsvr32 nusrmgr.cpl regsvr32 /i mshtml.dll
January 2, 200620 yr Author Now I have this problemAn error has occurred in the script on this pageline: 225Char: 42Error: Unterminated String ConstantCode: 0URL: file://C:\ICE\WPI.htaClicked yes, and getJavaScript Error ReportMessage: Object Expectedurl: file://c:\ICE\WPI.htafile: api.jsLine: 138
January 2, 200620 yr Author This one does not work. When WPI loads, it shows the first error, in my prior post. However, it no longer shows the second error. After i click yes, keep running script, it loads the background, the stuff on the left side of the page, but it does not load my the main screen. (where you can check what you want to install)I displayed it here, but then i could not see any more of my replies, so i put it as an attachment.config.js Edited January 2, 200620 yr by CompFX
January 2, 200620 yr you have made a typo on line 223 you havecmd2[pn]=['taskkill /f /im iexplorer.exereplace that with thiscmd2[pn]=['taskkill /f /im iexplorer.exe']Problem solved Edited January 2, 200620 yr by glent
January 2, 200620 yr Author I feel like such a fool. I have been fighting with this for almost 4 days now. I have gone over this file at least a dozen times.How in the world did you pick up on that?How come it says there was an error on line 225, and you caught the error on line 223?After seeing the line that had the typo i realized why it was like that. I use to have a double pipe in the command line, but I kept getting an error, so i took out the double pipe, and put it on two lines.I feel like such a jack a$$Thank you so much. Deeply appreciated.CompFXoh yea, what do you use to open the js file? how you know it was on line 223?I us php expert editor, because it numbers line lines for me, but i was just wondering what you use? Edited January 2, 200620 yr by CompFX
January 2, 200620 yr I use notepad2 and if there is and error in you code it will have a yellow line through the text, makes things alot easier
January 2, 200620 yr Author Wow, impressed.I dl'ed Notepad2, and i like it.Another program to add to my uiProblem solved, thank you.ThanksCompFX Edited January 2, 200620 yr by CompFX
Create an account or sign in to comment