Issue with Object Cache enabled but not connected
-
Hi,
I just pinpointed an issue that I thought might be good mentioning.
I had Object Cache enabled on the plugin settings, but the connection itself wasn’t working.
This apparently broke wp-cron. It uses
wp_using_ext_object_cache
to check if Object Cache is in use. It returned true but, as no real connection existed, the followingwp_cache_get()
function returned nothing, breaking the code and making it execute only one hook at a time.It might be useful to set things up in a way that wouldn’t allow enabling Object Cache without a working connection.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Issue with Object Cache enabled but not connected’ is closed to new replies.