• Resolved marina747

    (@marina747)


    I have this error on my WordPress dashboard. Could anyone help me solve it?

    The following memcached servers are not responding or not running:

    • Database Cache: 127.0.0.1:11211.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @marina747

    I am sorry about the issue you are experiencing and I am happy to assist you with this.

    This means that W3 Total Cache can see that the Memcached PHP extension is installed, however, the Memcached servers are not running
    Check the service at the CLI/SSH: memcached-tool 127.0.0.1:11211 display and memcached-tool 127.0.0.1:11211 stats.
    telnet 127.0.0.1 11211
    should communicate with memcache and respond to status commands etc.
    Look if the service is running: ps afux | grep memc
    restart the service if needed (as root/sudo): service memcached restart.

    In most cases, the restart of the Memcached service and your server should be sufficient.

    If you are unsure about this, please reach out to your hosting provider and they will assist you with this.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘memcached servers are not responding’ is closed to new replies.