Jump to content

[error] PHP Notice: Memcache::set(): Server xxx (tcp 11211) failed with: Connection refused (111)


Recommended Posts

[error] [client xx.xx.xx.xx] PHP Notice:  Memcache::set(): Server xx.xx.xx.xx (tcp 11211) failed with: Connection refused (111)

 

If you have this error, add memcache access for the server, try this command line (linux console),

replace xxx.xxx.xxx.xxx  by local or remote IP address : 

 

memcached -u memcached -d -m 30 -l xxx.xxx.xxx.xxx -p 11211

Edited by ottotherider (see edit history)
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...