WPIntell

Source evidence

Error Api Rest and Publishing New Article My Website Error

CrawlWP SEO – Instant Search Engine Indexing & SEO Performance Monitor · support · 2026-06-10T15:06:00+00:00

complaintsentiment
highseverity
0.62relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

4 / 33 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
mhasanb resolved
This plugin on my site is causing downtime. The site health menu displays an error stating the server cannot connect to WordPress and the Rest API. This plugin is causing PHP and Error.Log errors on the Ubuntu server I’m using. Please fix this immediately. When I deactivate the plugin, my website is normal; every time I post a new article, an error occurs. I initially thought it was my Nginx settings, but it turns out it wasn’t. The page I need help with: [ log in to see the link] Can you share the PHP error message from your error.log file? Cron reschedule event error for hook: wp_1_crawlwp_bg_process_cron_custom_healthcheck, Error code: invalid_schedule, Error message: Event schedule does not exist., Data: {“schedule”:”cwp_5min”,”args”:[],”interval”:300} This shows there is a problem with your website’s Cron job. Contact your hosting to disable WP Cron by adding the code below to wp-config.php file. define('DISABLE_WP_CRON', true); And creating a real cron that hits http://yourdomain.com/wp-cron.php?doing_wp_cron at an interval ( a maximum of 5-minute interval)

Comments

3 shown
Collins Agbonghama 2026-06-10T15:07:00+00:00

Can you share the PHP error message from your error.log file?

mhasanb 2026-06-11T11:52:00+00:00

Cron reschedule event error for hook: wp_1_crawlwp_bg_process_cron_custom_healthcheck, Error code: invalid_schedule, Error message: Event schedule does not exist., Data: {“schedule”:”cwp_5min”,”args”:[],”interval”:300}

Collins Agbonghama 2026-06-13T19:47:00+00:00

This shows there is a problem with your website’s Cron job. Contact your hosting to disable WP Cron by adding the code below to wp-config.php file. define('DISABLE_WP_CRON', true); And creating a real cron that hits http://yourdomain.com/wp-cron.php?doing_wp_cron at an interval ( a maximum of 5-minute interval)