• Resolved mhasanb

    (@mhasanb)


    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]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Collins Agbonghama

    (@collizo4sky)

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

    Thread Starter mhasanb

    (@mhasanb)

    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}

    Plugin Author Collins Agbonghama

    (@collizo4sky)

    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)

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.