Cron Job permissions problem?
I've got a pretty simple cron job set up, thusly:
/usr/local/bin/php public_html/community/scripts/totalpaid.php >/dev/null 2>&1
It runs a script weekly that then writes to a file in another folder.
When it runs, however, I get this error:
Unable to create directory: /home/virtfs/username
I seem to feel this is a permissions error, but I'm not sure. Any ideas?
/usr/local/bin/php public_html/community/scripts/totalpaid.php >/dev/null 2>&1
It runs a script weekly that then writes to a file in another folder.
When it runs, however, I get this error:
Unable to create directory: /home/virtfs/username
I seem to feel this is a permissions error, but I'm not sure. Any ideas?