Hi,
with Drupal 6 write me this error message:
Exception caught in dmemcache_object: Memcache::connect() [memcache.connect]: Can't connect to 127.0.0.1:11210, Connection refused (111)

Comments

jeremy’s picture

Category: bug » support

This means that the memcache daemon is not listening on port 11210 to connections over the loopback at 127.0.0.1.

Take a look and confirm the memcached is running on your server. If it is, see if you've specified "-l x.x.x.x" where x.x.x.x is an IP address. If x.x.x.x is not 127.0.0.1 that is your problem. Or perhaps it's listening on the standard port of 11211, not 11210?

jeffsheltren’s picture

Status: Active » Closed (cannot reproduce)

Closing due to inactivity.