Over the weekend (May 9, 2015) , a couple of cron functions stopped working for a client that is hosted on Godaddy.
For whatever reason, the site’s path to execute the cron was not working. And even the Godaddy hosting system that allows you to create a cron didn’t help.
I fixed it by changing: /web/cgi-bin/php5 (This is what Godaddy puts into the cron by default) to this:
/usr/local/bin/php
And now it’s working…