Score:0

Issue with WP Cron does not appear to be working correctly - Wordpress

cn flag

The wordpress site has been showing the message "Problem with WP Cron does not appear to be working correctly". We have tried a lot of things, but nothing. This problem appeared from nowhere.

We have disabled possible cron jobs that would interfere with wordpress, we have tried erasing 'cron' from the database... but nothing

Score:0
ke flag

You may try using WP CLI with the command wp cron test --debug to test your WordPress cron. You may learn more about the command here: https://developer.wordpress.org/cli/commands/cron/test/

If you don't want to use CLI, you may check your wp-config.php manually. If there is DISABLE_WP_CRON or ALTERNATE_WP_CRON, you can either remove it from your wp-config.php, or add a cron job through crontab -e:

* * * * * php /path/to/wordpress/wp-cron.php >> /dev/null 2>&1

Hope this helps.

0diseus avatar
cn flag
Hi, thanks for answer, i have tried installing WP CLI to see the state of cron, it tells me it's ok, that it's working fine, but obviously it's not. I've tried with 'wp cron event run --due-now' and it keeps telling me it's working fine... i don't know what to do now
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.