php-4.4.0 and test.wsf = Error: The value for the attribute is not valid: language

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • yelena

    php-4.4.0 and test.wsf = Error: The value for the attribute is not valid: language

    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.ws f
    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="PHPSc ript">
    $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,


Working...