Hello,
I hope someone can help me out as im trying to troubleshoot this since couple days but without success.
For some reasons, the daily cron completing is not triggering properly.
The following crons displays as working
Cron Setup
Ok
Cron Invocation Frequency
Ok
Daily Cron Run
Ok
The only thing that is having problems is:
Daily Cron Completing
The last recorded successful end time is 2023-03-04 05:02:11. Please refer to our troubleshooting guide for details regarding how to identify the problem preventing daily cron completion. Learn more...
On my cPanel cron page, I have the following command that runs every 5 mintes, except this, I don't have any other cron commands.
*/5
*
*
*
*
/opt/cpanel/ea-php73/root/usr/bin/php -q /home/xxxx/crons/cron.php
I am running PHP 7.3 , I also increased environment variables such as: max exec time: 300, max input time ,600, memory limit 512 mb , double checked to see if the IonCube loader extension, SOAP and XMLRPC extensions are properly installed which they are.
for some reasons the Daily Cron completing does not want to trigger at all
I kindly ask for your help if someone had the same issues as I do and what would be the workaround for this.
Thank you!