Plugin conflicting with cron publish job?
-
We are having an issue where scheduled posts in WordPress are not publishing consistently.
This is the setup:
Windows Server
Disabled SP Cron in wp-config.php – define(‘DISABLE_WP_CRON’, true);
Set up a scheduled task on server to hit wp-cron.php every 5 minutes.We enabled debugging in the wp-config.php to see what was going on at the times the scheduled tasks are running and when scheduled posts were supposed to publish. There was no indicators on why the scheduled posts were not publishing. We are pretty sure one of the plugins is causing the conflict, this one in particular. Does this plugin have a cron hook that is running log and/or timing out casuing the publish job not to fire? Is there a way to set up some debugging so we can see if this plugin is conflicting with the cron job?
https://www.ads-software.com/plugins/active-directory-integration/
- The topic ‘Plugin conflicting with cron publish job?’ is closed to new replies.