I am building a WordPress website on Xammp local server.
I noticed in the health check that the persistent object cache was missing.
So after some flighty research in ignorant I installed the Redi Object Cache Plugin. Now I get the following fatal error. The plugin is not showing as listed in the plugins in the dashboard settings for Plugins.
I am unable to navigate or use the dashboard. The website is finished and tomorrow I need to transfer it to a hosting service.
The error page is as follows.
Fatal error: Uncaught Predis\Connection\ConnectionException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond [tcp://127.0.0.1:6379] in C:\xampp\htdocs\MyTestSite\wp-content\plugins\redis-cache\dependencies\predis\predis\src\Connection\AbstractConnection.php:131 Stack trace: #0 C:\xampp\htdocs\MyTestSite\wp-content\plugins\redis-cache\dependencies\predis\predis\src\Connection\StreamConnection.php(109): Predis\Connection\AbstractConnection->onConnectionError(‘A connection at…’, 10060) #1 C:\xampp\htdocs\MyTestSite\wp-content\plugins\redis-cache\dependencies\predis\predis\src\Connection\StreamConnection.php(154): Predis\Connection\StreamConnection->createStreamSocket(Object(Predis\Connection\Parameters), ‘tcp://127.0.0.1…’, 4) #2 C:\xampp\htdocs\MyTestSite\wp-content\plugins\redis-cache\dependencies\predis\predis\src\Connection\StreamConnection.php(80): Predis\Connection\StreamConnection->tcpStreamInitializer(Object(Predis\Connection\Parameters)) #3 C:\xampp\htdocs\MyTestSite\wp-content\plugins\redis-cache\dependencies\predis\predis\src\Connection\AbstractConnection.php(80): Predis\Connection\StreamConnection->createResource() #4 C:\xampp\htdocs\MyTestSite\wp-content\plugins\redis-cache\dependencies\predis\predis\src\Connection\StreamConnection.php(230): Predis\Connection\AbstractConnection->connect() #5 C:\xampp\htdocs\MyTestSite\wp-content\plugins\redis-cache\dependencies\predis\predis\src\Client.php(225): Predis\Connection\StreamConnection->connect() #6 C:\xampp\htdocs\MyTestSite\wp-content\object-cache.php(907): Predis\Client->connect() #7 C:\xampp\htdocs\MyTestSite\wp-content\object-cache.php(548): WP_Object_Cache->connect_using_predis(Array) #8 C:\xampp\htdocs\MyTestSite\wp-content\object-cache.php(256): WP_Object_Cache->__construct(false) #9 C:\xampp\htdocs\MyTestSite\wp-includes\load.php(750): wp_cache_init() #10 C:\xampp\htdocs\MyTestSite\wp-settings.php(131): wp_start_object_cache() #11 C:\xampp\htdocs\MyTestSite\wp-config.php(86): require_once(‘C:\\xampp\\htdocs…’) #12 C:\xampp\htdocs\MyTestSite\wp-load.php(50): require_once(‘C:\\xampp\\htdocs…’) #13 C:\xampp\htdocs\MyTestSite\wp-admin\admin.php(34): require_once(‘C:\\xampp\\htdocs…’) #14 C:\xampp\htdocs\MyTestSite\wp-admin\tools.php(40): require_once(‘C:\\xampp\\htdocs…’) #15 {main} thrown in C:\xampp\htdocs\MyTestSite\wp-content\plugins\redis-cache\dependencies\predis\predis\src\Connection\AbstractConnection.php on line 131
There has been a critical error on this website.
Can anyone help me solve this problem.Learn more about troubleshooting WordPress.