• Is there a guide on how to setup memcached for multiple servers that do not allow file system access? W3 Total Cache can’t write to any of the directories so it fails to create the master config file – is there a way to create that master config file through the db or a remote url then test and then build the static file once happy with the settings?

Viewing 1 replies (of 1 total)
  • Thread Starter Adam Bissonnette

    (@mmanifesto)

    Continuing to work on setting this up in AppEngine with little luck.

    I had to make a couple modifications to the plugin files – I have setSaslAuthData available but phpinfo is locked down so this expression fails in numerous places throughout Util_Installed.php:
    ( method_exists( $o, 'setSaslAuthData' ) && ini_get( 'memcached.use_sasl' ) );

    This bypassed allows me to store my auth credentials.

    Also my Memcached server via redis requires the following line added in Cache_Memcached.php:
    $this->_memcache->setOption(\Memcached::OPT_BINARY_PROTOCOL, true);

    This fixes server errors when trying add / set properties.

    Unfortunately with all the config added and server errors out of the way I’m still getting errors from w3 total cache saying that the connection isn’t working but doesn’t provide logs or a reason with what’s wrong (invalid server? bad credentials? no reason)

    Any pointers would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • The topic ‘Memcached setup’ is closed to new replies.