Since upgrading to 7.6.4 then to 7.6.5 I have been dealing with problems on running cron as well as sending email notification when task or notes assigned to user
I have been trying to find resolution to this matter by checking my cron configuration and compare to any similar problem on forum but still didn’t make it.
I hope somebody can point me out what’s wrong with my configuration or anything related to the error log that I found during my journey to fix this issue
The environment of the SuiteCRM installed is on Ubuntu 14.04 with standard PHP 5, MySQL and Apache, and considering that it’s been running fine for over 2 years prior upgrading to Version 7.6.4 I can also say that the SMTP works just fine
First, I have set up all the cron job as instructed in all available forums or wiki, in addition I also put some additional code as follow
* * * * * root cd /var/www/SuiteCRM; /usr/local/bin/php -f cron.php > /dev/null 2>&1
And to test the code I also run code as
root@localhost# php /var/www/SuiteCRM/cron.php
And when I run that command I got error message like this
I try to look at the sugarcrm.log to see if anything went wrong but didn’t find anything , even I have set the mode to debug but everything seems working normal
Please anyone can help me on this?