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