We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$wp_object_cache->is_redis_connected
false
$missing_redis_message
Undefined property: WP_Object_Cache::$missing_redis_message in [/var/www/html/web/wp-content/plugins/wp-redis/wp-redis.php ]
Undefined property: WP_Object_Cache::$missing_redis_message
if ( ! defined( 'WP_REDIS_OBJECT_CACHE' ) || ! WP_REDIS_OBJECT_CACHE ) { return new WP_Error( 'wp-redis', 'WP Redis object-cache.php file is missing from the wp-content/ directory.' ); } if ( ! $wp_object_cache->is_redis_connected ) { return new WP_Error( 'wp-redis', $wp_object_cache->missing_redis_message ); }
The text was updated successfully, but these errors were encountered:
Thanks for this report! We are tracking internally as BUGS-5623.
Sorry, something went wrong.
Quick question -- is the Redis module enabled on the site in question?
Yes
@timnolte We pushed an update based off of this, thank you!
No branches or pull requests
Undefined property: WP_Object_Cache::$missing_redis_message
in [/var/www/html/web/wp-content/plugins/wp-redis/wp-redis.php ]The text was updated successfully, but these errors were encountered: