Overdue ?
I configured and added the Crn Jobs on the server side with my cyberpanel. I followed the documentation but when I check the Cron Jobs in Fluen it shows Overdue in red.
Is this bad? should I worry about it being red?
Or do I have something wrong configured yet?
I just realized that the code * wget -q -O - https://testwp.ibrahim.com/wp-cron.php?doing_wp_cron > /dev/null 2>&1
I must replace it with the one of my domain.
-
-
-
-
- wget -q -O - https://yoursite.com/wp-cron.php?doing_wp_cron > /dev/null 2>&1
-
-
-
But I still get "Overdue" in red.
Hi, did you see this article from WP Ninja?
CRON JOB: BASICS & CHECKLIST
https://fluentcrm.com/docs/fluentcrm-cron-job-basics-and-checklist/
Artur Abakarov I have re-read every section and the cron-job.org website worked for me.
Because in Cyberpanel I could not configure it despite entering the correct directory.