• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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