• After I ran the latest update, it bricked the site and can only be fixed when you disable the cache entirely. The odd thing is that is says I’m running Predis, but I am actually running PHP Redis on the server. Not sure why it suddenly claims otherwise and is giving the below error. I re-uploaded the latest version thinking it was a missing file, but that didn’t fix it. Any time you connect it to the Redis server it displays this error (Azure PaaS Redis.)

    Fatal error: Uncaught Error: Class 'Predis\Configuration\Options' not found in D:\home\site\wwwroot\wp-content\plugins\redis-cache\includes\predis\src\Client.php

Viewing 1 replies (of 1 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    @partiallypro: Sorry to hear that. There were no changes from 1.3.8 to 1.4.0 that even touched Predis.

    Could it be possible that you upgraded from 1.3.7 to 1.4.0?

    Could you try setting this at the top of your wp-config.php file:

    
    define( 'WP_REDIS_CLIENT', 'pecl' );
    

    Please let me know if that solves your issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Latest update bricks site’ is closed to new replies.