wp-admin login Error 500 when Enable Object cache with redis
-
wp-admin login failed with the following screen
This page isn’t working
teeplus.info is currently unable to handle this request.
HTTP ERROR 500When I check wp-content/debug.log, there is a lot of errors similar to the following in wp-content/debug.log
[18-Aug-2018 03:55:23 UTC] PHP Notice: Redis::select(): send of 23 bytes failed with errno=32 Broken pipe in /var/www/rocketstack/wp-content/plugins/w3-total-cache/Cache_Redis.php on line 352
[18-Aug-2018 03:55:23 UTC] protocol error, got ‘ ‘ as reply type byte[18-Aug-2018 03:55:23 UTC] PHP Notice: Redis::select(): send of 23 bytes failed with errno=32 Broken pipe in /var/www/rocketstack/wp-content/plugins/w3-total-cache/Cache_Redis.php on line 352
[18-Aug-2018 03:55:23 UTC] PHP Notice: Redis::get(): send of 65 bytes failed with errno=32 Broken pipe in /var/www/rocketstack/wp-content/plugins/w3-total-cache/Cache_Redis.php on line 86
[18-Aug-2018 03:55:23 UTC] PHP Fatal error: Uncaught RedisException: protocol error, got ‘3’ as reply type byte
in /var/www/rocketstack/wp-content/plugins/w3-total-cache/Cache_Redis.php:86
Stack trace:
#0 /var/www/rocketstack/wp-content/plugins/w3-total-cache/Cache_Redis.php(86): Redis->get(‘w3tc_teeplus.in…’)
#1 /var/www/rocketstack/wp-content/plugins/w3-total-cache/Cache_Base.php(96): W3TC\Cache_Redis->get_with_old(‘0optionsallopti…’, ”)
#2 /var/www/rocketstack/wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache_Regular.php(157): W3TC\Cache_Base->get(‘0optionsallopti…’)
#3 /var/www/rocketstack/wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache.php(36): W3TC\ObjectCache_WpObjectCache_Regular->get(‘alloptions’, ‘options’, false, NULL)
#4 /var/www/rocketstack/wp-content/object-cache.php(52): W3TC\ObjectCache_WpObjectCache->get(‘alloptions’, ‘options’, false, NULL)
#5 /var/www/rocketstack/wp-includes/option.php(190): wp_cache_get(‘alloptions’, ‘options’)
#6 /var/www/rocketstack/wp-includes/functions.php(1369): wp_load_alloptions( in /var/www/rocketstack/wp-content/plugins/w3-total-cache/Cache_Redis.php on line 86[18-Aug-2018 03:59:24 UTC] PHP Notice: Redis::select(): send of 23 bytes failed with errno=32 Broken pipe in /var/www/rocketstack/wp-content/plugins/w3-total-cache/Cache_Redis.php on line 352
[18-Aug-2018 03:59:24 UTC] protocol error, got ‘e’ as reply type byte[18-Aug-2018 03:59:24 UTC] PHP Notice: Redis::select(): send of 23 bytes failed with errno=32 Broken pipe in /var/www/rocketstack/wp-content/plugins/w3-total-cache/Cache_Redis.php on line 352
[18-Aug-2018 03:59:24 UTC] protocol error, got ‘ ‘ as reply type byte[18-Aug-2018 03:59:24 UTC] PHP Notice: Redis::select(): send of 23 bytes failed with errno=32 Broken pipe in /var/www/rocketstack/wp-content/plugins/w3-total-cache/Cache_Redis.php on line 352
[18-Aug-2018 03:59:24 UTC] protocol error, got ‘g’ as reply type byte[18-Aug-2018 03:59:24 UTC] PHP Notice: Redis::select(): send of 23 bytes failed with errno=32 Broken pipe in /var/www/rocketstack/wp-content/plugins/w3-total-cache/Cache_Redis.php on line 352
[18-Aug-2018 03:59:24 UTC] protocol error, got ‘p’ as reply type byte[18-Aug-2018 03:59:24 UTC] PHP Notice: Redis::select(): send of 23 bytes failed with errno=32 Broken pipe in /var/www/rocketstack/wp-content/plugins/w3-total-cache/Cache_Redis.php on line 352
[18-Aug-2018 03:59:24 UTC] protocol error, got ‘0’ as reply type byte[18-Aug-2018 03:59:24 UTC] PHP Notice: Redis::select(): send of 23 bytes failed with errno=32 Broken pipe in /var/www/rocketstack/wp-content/plugins/w3-total-cache/Cache_Redis.php on line 352
[18-Aug-2018 03:59:24 UTC] PHP Notice: Redis::get(): send of 57 bytes failed with errno=32 Broken pipe in /var/www/rocketstack/wp-content/plugins/w3-total-cache/Cache_Redis.php on line 219
[18-Aug-2018 03:59:24 UTC] PHP Fatal error: Uncaught RedisException: protocol error, got ‘i’ as reply type byte
in /var/www/rocketstack/wp-content/plugins/w3-total-cache/Cache_Redis.php:219
Stack trace:
#0 /var/www/rocketstack/wp-content/plugins/w3-total-cache/Cache_Redis.php(219): Redis->get(‘w3tc_0_object__…’)
#1 /var/www/rocketstack/wp-content/plugins/w3-total-cache/Cache_Redis.php(61): W3TC\Cache_Redis->_get_key_version(”)
#2 /var/www/rocketstack/wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache_Regular.php(284): W3TC\Cache_Redis->set(‘0defaultis_blog…’, Array, 180)
#3 /var/www/rocketstack/wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache.php(50): W3TC\ObjectCache_WpObjectCache_Regular->set(‘is_blog_install…’, true, ‘default’, 0)
#4 /var/www/rocketstack/wp-content/object-cache.php(67): W3TC\ObjectCache_WpObjectCache->set(‘is_blog_install…’, true, ‘default’, 0)
#5 /var/www/rocketstack/wp-includes/functions.php(1379): wp_cache_set(‘is_blog_install…’, true)
#6 /var/www/rocketstack/wp-includes/load.php(540): is_blog_inst in /var/www/rocketstack/wp-content/plugins/w3-total-cache/Cache_Redis.php on line 219The page I need help with: [log in to see the link]
- The topic ‘wp-admin login Error 500 when Enable Object cache with redis’ is closed to new replies.