Hi @dsl225,
These errors are most-likely the result of an issue related to the WordPress cron system, which is responsible for scheduling tasks to occur at specified times; and the “rsssl_every_five_minutes_hook” cannot be rescheduled as the cron event list cannot be saved.
There are a number of potential causes for such issues, e.g. file permissions, low memory limit, or a misconfiguration with the cron settings on your environment,
– Check if your server or hosting provider has limitations or restrictions on cron jobs. If there are restrictions, you may need to adjust your site’s cron schedules or discuss these restrictions with your hosting provider.
– If WordPress doesn’t have sufficient permissions to write to the files and folders it needs to, this type of error could occur as a result. Ensure that WordPress is able to write to the wp-cron.php
file and the /wp-content/
directory.
– Try deactivating all of your WordPress plugins temporarily, then reactivating them one by one. This can help to identify whether perhaps one of your plugins is causing this issue.
– If your PHP memory limit is too low, WordPress may not be able to execute cron jobs effectively. You can try increasing the PHP memory limit in your server configuration (https://woocommerce.com/document/increasing-the-wordpress-memory-limit/)
Alternatively, if you could provide us with the steps to replicate this behavior on a fresh WordPress environment with just the Really Simple SSL plugin enabled, that would allow us to try and set this up for ourselves to determine the cause of the issue.
Kind regards, Jarno