cron job didnt run
« on: October 21, 2006, 09:35:17 PM »
I set up a cron job like this:

25 3 * * 2,4,6 /usr/local/bin/php /homepage/........../xmlsitemap/runcrawl.php

But it never runs.

I changed it to
25 3 * * * /.............

still same. I have other cron jobs set up liek this as well and they all work fine.

any idea?  thanks
Re: cron job didnt run
« Reply #1 on: October 22, 2006, 01:26:59 AM »
Hello,

please try to enclose the command into quotes:
25 3 * * 2,4,6 "/usr/local/bin/php /homepage/........../xmlsitemap/runcrawl.php"


Also, does it work if you enter this in shell command line?
/usr/local/bin/php /homepage/........../xmlsitemap/runcrawl.php

I set up a cron job like this:

25 3 * * 2,4,6 /usr/local/bin/php /homepage/........../xmlsitemap/runcrawl.php

But it never runs.

I changed it to
25 3 * * * /.............

still same. I have other cron jobs set up liek this as well and they all work fine.

any idea?  thanks