Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi! When i tried to install Memcached Redux for the my second WP Site on the same server, also got the WSoD. Can i fix it? Thank you in advance for your reply!

    Thread Starter Mikel King

    (@vizkr)

    Korgas,

    If you have SSH CLI access then you should examine the php_error.log it is possible that your install lacks the mamcached class. In either case I recommend removing the redux version of advanced-cache.php and dropping back to the basic memecahe + batcache manager.

    Remember that you can only have on advanced-cache.php system in WordPress.

    I hope that helps.

    Thread Starter Mikel King

    (@vizkr)

    Did some more digging. If you are getting the WSOD then it likely means that your installation is missing the memcached mod. Remember that the memcache & mamcached mods are not equal.

    1. http://www.php.net/manual/en/book.memcached.php

    vs

    2. http://www.php.net/manual/en/book.memcache.php

    Run php -m on the command line or pull up you phpinfo(). If your server lists the mods like excerpt 1, then you do not have the prerequisite to use this plugin.

    Excerpt 1:
    mbstring
    mcrypt
    memcache
    mhash
    mysql
    mysqli
    mysqlnd

    Excerpt 2:
    mbstring
    mcrypt
    memcache
    memcached
    mhash
    mysql
    mysqli
    mysqlnd

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘White Screen of Death’ is closed to new replies.