• 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 7 years, 5 months ago by wpdev19.
    • This topic was modified 7 years, 5 months ago by wpdev19.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘W3TC MEMCACHE Error Message’ is closed to new replies.