Error on save in editor
-
I am getting the following error in my server logs when I save any page. I am using WP 6.5.3 in a Gutenberg environment.
PHP Fatal error: Uncaught Error: Call to undefined method Predis\\Connection\\Replication\\SentinelReplication::getParameters() in /server_path/wp-content/object-cache.php:1651\nStack trace:\n#0 /server_path/wp-content/object-cache.php(1830): WP_Object_Cache->execute_lua_script()\n#1 /server_path/wp-content/object-cache.php(171): WP_Object_Cache->flush_group()\n#2 /server_path/wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php(710): wp_cache_flush_group()\n#3 /server_path/wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php(623): Yoast\\WP\\SEO\\Builders\\Indexable_Link_Builder->update_incoming_links_for_related_indexables()\n#4 /server_path/wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php(136): Yoast\\WP\\SEO\\Builders\\Indexable_Link_Builder->update_related_indexables()\n#5 /server_path/wp-content/plugins/wordpress-seo/src/integrat...
I am using Redis Sentinel for caching via predis. I am running PHP 8.0.30. I am using version 2.5.2 of Redis Object Cache. I am using Yoast SEO version 22.8. I can flush the cache using the admin toolbar or wp-cli.
- You must be logged in to reply to this topic.