Every scheduler has no successful run

Hey @vinobierra

What does your crontab hint suggest to you when you are on the SuiteCRM Scheduler screen (at the bottom)? In order to run SuiteCRM Schedulers, edit your web server user’s crontab file with this command:

sudo crontab -e -u www-data
... and add the following line to the crontab file:
*    *    *    *    *     cd /var/www/html/suitecrminstance; php -f cron.php > /dev/null 2>&1 

What does yours say?

There a good explaination on the importance of not running cron using root user here: Scheduler Jobs in SuiteCRM in Linux - the Definitive Guide – SuiteCRM In-depth – pgorod's collection of articles on SuiteCRM

This thread solution was the cron tab file itself so no necessarily the same issue we are seeing here, but does provide some troubleshooting actions you can read to help.

1 Like