|
Posted by yelena on 10/03/05 05:09
Hello,
We need to use version php-4.4.0-Win32 because one of the portal software
doesn't support version php-5.0.5-Win32. We cannot get the PHP setup part
working. Here is the error message:
Windows Script Host
Script: C:\kits\test.wsf
Line: 3
Char: 11
Error: The value for the attribute is not valid: language
Code: 80040049
Source: Windows Script Host
Here is the code from the install.txt
To test if ActiveScript is working, create a new file, named test.wsf (the
extension is very important) and type:
<job id="test">
<script language="PHPScript">
$WScript->Echo("Hello World!");
</script>
</job>
Save and double-click on the file. If you receive a little window saying
"Hello World!" you're done.
Everything works fine using php-5.0.5-Win32.
Any thoughts?
Regards,
Navigation:
[Reply to this message]
|