Line 2: Char: 1 Invalid character Troubles after WPI reboot
#1
Posted 02 January 2013 - 11:42 AM
Title: Internet Explorer Script Error
An error has occurred in the script on this page
Line: 2
Char: 1
Error: Invalid character
Code: 0
URL: file://server/share/wpi/common/installer.hta
Do you want to continue running scripts on this page?
Just curious if anyone else has seen this - I'm new to WPI troubleshooting, and am not sure where to start.
Thanks everyone!
Rob
#2
Posted 02 January 2013 - 06:40 PM
Can you copy that main wpi folder to the end machine via server during the first process?
#3
Posted 03 January 2013 - 08:19 AM
I'm mainly pulling most of my installations via remote server shares - would this be a problem, or should I focus on making all my resources available in the WPI folder, and maybe have them on a removable hard disk? I'm just trying to keep all the installation source folders pointing to our network just in case the MSI's need to repair themselves.
Thanks!
This post has been edited by uphold2001: 03 January 2013 - 08:21 AM
#5
Posted 04 January 2013 - 12:56 PM
Thank you!
#6
Posted 10 January 2013 - 12:02 PM
Thanks!
#7
Posted 11 January 2013 - 04:43 AM
A finished WPI log.
Your userfiles folder
A screenshot of the error.
The WPI log after a reboot and killing mshta but before restarting WPI.
The basic specs of the system and OS. Also is this on a system that has a AV\Malware running at anytime? Or a completely clean install?
#8
Posted 14 January 2013 - 02:26 PM
position="Installer.hta";
Share the folders asked by Kels and let us know the results. Thanks
#9
Posted 14 January 2013 - 02:38 PM
#11
Posted 22 January 2013 - 10:40 AM
Kelsenellenelvian, on 11 January 2013 - 04:43 AM, said:
A finished WPI log.
Your userfiles folder
A screenshot of the error.
The WPI log after a reboot and killing mshta but before restarting WPI.
The basic specs of the system and OS. Also is this on a system that has a AV\Malware running at anytime? Or a completely clean install?
Ok - I have FINALLY gotten back to this and have replicated the error.
Clicking 'yes' to the installer.hta "invalid character" error brings up the next one: "'programs[...].cat' is null or not an object"...I think clicking 'no' does the same thing.
It seems like the wpi_log during the error and after the reboot didn't change. See attached zip file (I've sterilized the logfiles so our server names have changed)...
---couldn't really get a proper screenshot since I wasn't at the desktop yet, so...---
Attached File(s)
-
wpi-files.zip (12.46K)
Number of downloads: 5 -
2013-01-22 10.14.20.jpg (51.64K)
Number of downloads: 9 -
wpi-error-installer-hta.jpg (38.98K)
Number of downloads: 5
This post has been edited by uphold2001: 22 January 2013 - 10:41 AM
#12
Posted 22 January 2013 - 11:31 AM
#13
Posted 22 January 2013 - 12:06 PM
Keep this code inside Installer.hta
<style type="text/css">
img, div, input, span { behavior: url("../WPIScripts/iepngfix.htc") }
</style>
Regards
*Edit:
It's not needed to change this script and the error was trying to make changes inside Installer.hta
Regards
This post has been edited by myselfidem: 27 January 2013 - 01:36 AM
#14
Posted 22 January 2013 - 01:47 PM
myselfidem, on 22 January 2013 - 12:06 PM, said:
However, maybe there is some trouble with IE7 and maybe it's needed to improve inside Installer.hta the line 62:
<style type="text/css">
img, div, input, span { behavior: url("../WPIScripts/iepngfix.htc") }
</style>
As test I changed like this, but I'm NOT sure it's OK. Not tested on Windows XP and IE7.
Tested on my computer Windows 7 x86 without issue!
<script type="text/javascript">
// if (lt IE 7)
strFile=wpipath+"\\WPIScripts\\iepngfix.htc";
// {behavior: url("../WPIScripts/iepngfix.htc") };
</script>
It's an idea. Thanks Kels to check if the trouble is about this script !
Regards
Ok, I should have another test running soon, I'll let you know - thanks so much for the response!
#15
Posted 22 January 2013 - 02:29 PM
Office IT blog pro
*Edit: I updated my previous post about Installer.hta. It's not needed to change the script !
Regards
This post has been edited by myselfidem: 27 January 2013 - 01:41 AM



Help
Back to top









