• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question WHMCS Cron is not running

Omid Shojaee

New Pleskian
Hello,

WHMCS cron needs to run every 5 minutes so I have created a scheduled task as below:

Task Type: Run a PHP script
Script path: path_to_script
Use PHP version: 5.6.31
Run: Cron style = */5 * * * *

When I click on "Run Now" button the task completes successfully.

However, it is not running every 5 minutes. In fact, it is not running at all.

Any ideas?

Regards
Omid
 
Please check that crond service is up and running at least:

(For CentOS7)

# systemctl status crond
 
Back
Top