| Cpanel Cron Permission Denied solution. -
26-10-2006, 05:21 AM
After searching for about 3 hours now on how to run cron properly so that I dont get a permissions denied error I have come up with another way.
I have tried every single variation in this forum and searched for every other combination.
The problem with the -lynx version is that if you are a general user of a server (aka not root user) it may not run, as it didnt in my case.
So the solution I had was this.
/usr/local/bin/perl -MLWP::Simple -e 'print get(qw(http://www.yourdomain/support/cron/index.php?_t=parser))' > /dev/null
It works like a charm.
Thanks
Marc |