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)
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
Comment #1
jeremy commentedThis 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?
Comment #2
jeffsheltren commentedClosing due to inactivity.