• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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