Jump to content

Error 500 or blank page (shop and admin)


amdil

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...