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

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.

  • Comment on Re^3: Web Browser fails to compile my code

Replies are listed 'Best First'.
Re^4: Web Browser fails to compile my code
by aykun81 (Sexton) on May 20, 2008 at 23:42 UTC
    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.