CRON job Issue

legalg

Guppy
Hi,

I am running a cron job which runs a php script. When the script is finished running it should create a file. The file is non executable, it is a simple excel file. However, the cron job runs fine but the file is never created. If I run the script manually it will create the file, but when the script is run via cron it will not create the file.

Is there a setting that I am missing? Is there a reason why the script will not generate the necessary file when run by cronjob versus run manually?
 
Back
Top