• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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