• Welcome to Sitemap Generator Forum.
 

cron job didnt run

Started by crystalmood, October 21, 2006, 09:35:17 PM

Previous topic - Next topic

crystalmood

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

XML-Sitemaps Support

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

Quote from: crystalmood 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