PDA

View Full Version : Cron Help.


TutorialNinjas
05-20-2007, 02:28 AM
I am trying to have a cron to clear out a file daily, the file is located in the forum root directory with 777 permissions.

If i run the php script from my browser it will work however when i run it from the cron it gets a permission denied.

The command i have the php file doing is fopen($file,w).

xnewman
07-31-2008, 04:36 PM
I have similar situation. Please, did you (or someone else) get some solution?

thx for help

Dismounted
08-01-2008, 06:39 AM
What is the exact error PHP gives you?