Hi,
I have this to my cron job run (every day, at 00h30 AM):
30 0 * * * lynx -dump http://mysite.com/whmcs/admin/cron.php >/dev/null 2>&1
FIRST ISSUE:
This not working, i need always to run manually.
SECOND ISSUE:
When we run manually, we get some errors, time out. Please see this SYSTEM ACTIVITY LOG:
Cron Job: Suspend Failed (Hosting ID: 0000000315 - User ID: 0000000324 - Error: Curl Error - Operation timed out after 150000 milliseconds with 7855 bytes received (28))
1) How we can increase the time limit on Curl??
2) Why this is not working automactly??
Thank you!