Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter vavoomshop

    (@vavoomshop)

    980#0: *12213 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught RedisException: READONLY You can’t write against a read only replica. in /var/www/vhosts/Example.co.kr/httpdocs/wp-content/object-cache.php:2136
    Stack trace:

    0 /var/www/vhosts/Example.co.kr/httpdocs/wp-content/object-cache.php(2136): Redis->set()

    1 /var/www/vhosts/Example.co.kr/httpdocs/wp-content/object-cache.php(294): WP_Object_Cache->set()

    2 /var/www/vhosts/Example.co.kr/httpdocs/wp-includes/class-wp-query.php(3331): wp_cache_set()

    3 /var/www/vhosts/Example.co.kr/httpdocs/wp-includes/class-wp-query.php(3787): WP_Query->get_posts()

    4 /var/www/vhosts/Example.co.kr/httpdocs/wp-includes/class-wp-query.php(3919): WP_Query->query()

    5 /var/www/vhosts/Example.co.kr/httpdocs/wp-content/mu-plugins/perfmatters_mu.php(519): WP_Query->__construct()

    6 /var/www/vhosts/Example.co.kr/httpdocs/wp-content/mu-plugins/perfmatters_mu.php(203): perfmatters_url_to_postid()

    7 /var/www/vhosts/Example.co.kr/httpdocs/wp-content/mu-plugins/perfmatters_mu.ph” while reading response header from upstream

    • This reply was modified 3 years ago by vavoomshop.
    Thread Starter vavoomshop

    (@vavoomshop)

    Thanks for the reply!
    I will give feedback after testing
    best regards

    Thread Starter vavoomshop

    (@vavoomshop)

    Thank you for answer.
    Do you know of another quick independent solution?
    I do not know.
    best regards

    Thread Starter vavoomshop

    (@vavoomshop)

    Has confirmed.
    Need to add a specific feature as a customization?
    For example

    <?php
    
    // wrap this in a function
    if (class_exists('\LiteSpeed\Purge')) {
      \LiteSpeed\Purge::purge_all();
    }
    
    // another way
    if (class_exists('\LiteSpeed\Purge')) {
      do_action('litespeed_purge_all');
    }
    
    ?>

    Are you saying this?

    best regards

Viewing 4 replies - 1 through 4 (of 4 total)