Access Issues?
Posted by: fhomess
Posted on: 2007-07-03 11:14:00
I have a script I'm trying to run for a gaming league I'm in. The script runs if I run it manually on the server, however it needs to be run on access from the web for anyone who wishes to access it.
Here's an example of the output that I see when I run it from the server:
Working Output
Here's what happens when you access it from the web:
Not Working
Now I realize there may be some issues with the script itself in terms of getting the file times correctly, but I should at least get some output. I've set the directory and the all the necessary files to have read-execute permission for all users.
Any other ideas?