Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I found this in my logs,

    [19-Nov-2019 14:50:02 UTC] PHP Fatal error:  Uncaught Error: Call to undefined method WP_Object_Cache::redis_version() in /home/web/site/public_html/wp-content/plugins/redis-cache/redis-cache.php:219
    Stack trace:
    #0 /home/web/site/public_html/wp-content/plugins/redis-cache/redis-cache.php(358): RedisObjectCache->get_redis_version()
    #1 //home/web/site/public_html/wp-includes/class-wp-hook.php(286): RedisObjectCache->gather_metrics()
    #2 /home/web/site/ublic_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters('', Array)
    #3 /home/web/site/public_html/wp-includes/plugin.php(531): WP_Hook->do_action(Array)
    #4 /home/web/site/public_html/wp-cron.php(133): do_action_ref_array('redis_gather_me...', Array)
    #5 {main}
      thrown in /home/web/site/public_html/wp-content/plugins/redis-cache/redis-cache.php on line 219

    Status: Connected
    Redis Version: 5.0.5
    Client: PhpRedis (v5.0.2)
    Drop-in: Valid
    Ping: 1
    Redis Extension: 5.0.2
    Predis Client: 1.1.1
    PHP Version: 7.2.21
    Multisite: No

    This is not a bug in this plugin. Facebook has blocked the ability to get the name of the author’s comment.

    Thread Starter moonberry

    (@moonberry)

    I don’t use jQuery in my themes, so I dequeue this library. Not all servers support http2, that’s why style/script aggregation is important. Every request slowdown loading site. This is especially visible on mobile devices.

    easy to fix, just replace line 208 in sam-pro-front.php with:

    $clauses = openssl_encrypt( $txt, 'AES-128-CBC', $key, OPENSSL_RAW_DATA, $iv );

    In the original code are unnecessary single quotes at constant OPENSSL_RAW_DATA

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