WPIntell

Source evidence

WP-Cron spawning is disabled.

WP-Cron Control · support · 2016-02-02T14:29:00+00:00

complaintsentiment
mediumseverity
0.92relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 35 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Moggyalgarve unresolved
Hi keep getting this message ?????? There was a problem spawning a call to the WP-Cron system on your site. This means WP-Cron events on your site may not work. The problem was: The DISABLE_WP_CRON constant is set to true. WP-Cron spawning is disabled. https://wordpress.org/plugins/wp-cron-control/ Getting the same error 🙁 This only means you have the following line of code in your wp-config.file: define(‘DISABLE_WP_CRON’, true); Now this doesn’t disable your Cron functionality, it only stops triggering it upon every page load. What you need to do is setup a Cronjob in cPanel/Plesk or any other provided server management tool. If your hosting provider doesn’t allow cronjobs, you can use this to trigger your crons: https://www.easycron.com/user/register The free plan would get you pretty far imo. Just call the file like http(s)://(www.)yourdomain.com/wp-cron.php Put the s only if your site uses SSL and the www. only if you use that subdomain. Subsitute if necessary. Hope that helps.

Comments

2 shown
disturbed-pixel 2016-08-12T10:01:00+00:00

Getting the same error 🙁

SVTX 2016-08-14T13:10:00+00:00

This only means you have the following line of code in your wp-config.file: define(‘DISABLE_WP_CRON’, true); Now this doesn’t disable your Cron functionality, it only stops triggering it upon every page load. What you need to do is setup a Cronjob in cPanel/Plesk or any other provided server management tool. If your hosting provider doesn’t allow cronjobs, you can use this to trigger your crons: https://www.easycron.com/user/register The free plan would get you pretty far imo. Just call the file like http(s)://(www.)yourdomain.com/wp-cron.php Put the s only if your site uses SSL and the www. only if you use that subdomain. Subsitute if necessary. Hope that helps.