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...