V
V
v_prokopenko2016-12-07 11:54:20
PHP
v_prokopenko, 2016-12-07 11:54:20

Wp-cron works, but does not publish pending entries, how to fix it?

wp-cron fires on a WordPress site, but no pending posts are published. There is wp-supercache and a few other plugins, but on other sites they did not cause problems. Hosting is a dedicated server, consider that there are no restrictions. I asked technical support - they looked at the logs, they said that the cron was working.
The most interesting thing is that when the cron is forced to run via /wp-cron.php?doing_wp_cron and /wp-cron.php, the entries are still not published.
Help!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman, 2016-12-08
@v_prokopenko

Workaround is to enable ALTERNATE_WP_CRON, add to wp-config.php:

/** CRON https://codex.wordpress.org/Editing_wp-config.php#Alternative_Cron **/
define('ALTERNATE_WP_CRON', true);

Write the entire list of installed plugins, I caught the same problem, but have not yet figured out where the legs grow from. M.b. supercache, maybe woocommerce, search

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question