Cron Job Error

I recently installed D7.1.2 and was given the following cron job setting by the system:

* * * * * cd /var/www/xxxxxxxxx.com/web/periodic; /usr/local/bin/php -q cron.php

I get the following error message sent to my system email every minute:

/bin/sh: /usr/local/bin/php: No such file or directory

Any ideas on how to fix?

Quote · 24 May 2013

Try changing it to

* * * * * cd /var/www/xxxxxxxxx.com/web/periodic; /usr/bin/php -q cron.php

so much to do....
Quote · 24 May 2013

Worked!! THANK YOU!!!

Quote · 24 May 2013

You're welcome Smile

so much to do....
Quote · 24 May 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.