• Resolved wpdev19

    (@wpdev19)


    W3TC prints the error in WP dashboard/performance/general settings:

    The following memcached servers are not responding or not running:

    Page Cache: 127.0.0.1:11211.

    Page Cache is set as ENABLED and method MEMCACHED.
    Memcache server is at memcacheserver.anonyousdomain.com:11211

    config.php is extended by this code:

    
        define('W3TC_CONFIG_CACHE_ENGINE', 'memcached');
        define('W3TC_CONFIG_CACHE_MEMCACHED_SERVERS', 'memcacheserver.anonyousdomain.com:11211);   
    

    It seems W3TC does ignore the W3TC_CONFIG_CACHE_MEMCACHED_SERVERS.
    By seeking within the plugin code it seems the right approach. Or should the definition of memcache server and port be set at an other place?

    Thank you very much.

    • This topic was modified 6 years, 2 months ago by wpdev19.
    • This topic was modified 6 years, 2 months ago by wpdev19.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello,

    Those constants are for config cache to speed up config-in-database mode.
    in order to make page cache work with Memcache, you should set Memcached server/port at Performance>Page Cache page.

    Baptiste-C

    (@baptiste-c)

    Hello,
    I have the same problem but I don’t found your solution. Can you help me please ?
    Thanks

    Same here!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘W3TC MEMCACHE Error Message’ is closed to new replies.