Cron is not working
-
Hello,
In the previous version of your plugin I didn’t have any problems sending notification mails but in the latest version it’s not sending anything. It’s in the queue but that’s it.
It also looks like that not all cron jobs are listed in the Cron Info. See here
Yes, I have read the “How to Schedule Cron Emails” page, but why doesn’t this work out-of-the-box like with other plugins that auto-post?
I’ve even tried to read the “How to Enable the WordPress Cron” page but that doesn’t make sense to me. There is written:
“To enable the internal WordPress Cron job system…”
define('DISABLE_WP_CRON', true);
“If you want to enable the WordPress Cron again…”define('DISABLE_WP_CRON', false);
I’ve tried WP Mail and Php Mail but both of them won’t work.
ig_es_cron is present in the cron job list but the notification email doesn’t send.
How can I fix this without setting the cron in CPanel?
- The topic ‘Cron is not working’ is closed to new replies.