amdil Posted October 21, 2024 Share Posted October 21, 2024 Hi Good People, today morning my prestashop stopped working. I get the following error (debuging enable). Notice: MemcachePool::get(): Server 127.0.0.1 (tcp 58974, udp 0) failed with: Connection refused (61) in /usr/home/username/domains/domain/public_html/classes/cache/CacheMemcache.php on line 95 lines from the mentioned file: /** * @see Cache::_get() */ protected function _get($key) { if (!$this->is_connected) return false; return $this->memcache->get($key); } Prestashop ver. 1.6.1.7 PHP 5.6 Thanks in advance for any ideas on how to solve this Link to comment Share on other sites More sharing options...
Prestashop Addict Posted October 22, 2024 Share Posted October 22, 2024 Hi, it seems memcache is not present or down on your server. Disable it in config/settings.inc.php Link to comment Share on other sites More sharing options...
amdil Posted October 22, 2024 Author Share Posted October 22, 2024 (edited) I tried disable the cache in config file, and then I get error 500 without any additional information. Edited October 22, 2024 by amdil (see edit history) Link to comment Share on other sites More sharing options...
Prestashop Addict Posted October 23, 2024 Share Posted October 23, 2024 Other error, look at your server webserver log Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now