in reply to Re: Web Browser fails to compile my code
in thread Web Browser fails to compile my code

Well I don't know if I got you exactly right but I have to mention that I am running the tests on localhost. So this is the same computer.
  • Comment on Re^2: Web Browser fails to compile my code

Replies are listed 'Best First'.
Re^3: Web Browser fails to compile my code
by chromatic (Archbishop) on May 20, 2008 at 23:07 UTC
    So this is the same computer.

    Did you try it with the same user account under which your web server runs? This is almost always a permissions issue. Running the program successfully from your user account tells you only that the program runs, not that it will run from the web server.

      Yes I am working under the same account all the time. So yes, the account that I'm using is the account that under which the web server is running
        Even so, the environment set up by the web server might not be the same as that you have on the command line. Try dumping %ENV in a script and see how it differs from what you expect.