I'm having a problem.
When I have the cron job execute the script, it is supposed to copy the file from point A to point B, then unlink the file.
Unfortunately, while it does do all actions around that, it won't copy or unlink the file.
Any idea? When I manually run the maintenance file it works fine... copys, unlinks, etc... but when cron does it, no luck.
I think it may have something to do with that whole user:'nobody' thing, but don't know much about it.
more importantly, how can I make it so the cronjob has no issues? I have the user upload the file initially through PHP, so when cron tries, I think thats why its getting turned away.
I have also tried chmodding it to 777 and still no luck.