• nowakkamil

    (@nowakkamil)


    Diagnostics:

    Status: Inactive
    Client:
    Drop-in: Not installed
    Disabled: No
    PhpRedis: Not loaded
    Relay: Not loaded
    Predis: 2.4.0
    Credis: Not loaded
    PHP Version: 8.3.25
    Plugin Version: 2.6.5
    Redis Version: Unknown
    Multisite: Yes
    Metrics: Disabled
    Metrics recorded: 0
    Filesystem: Writable
    WP_REDIS_PLUGIN_PATH: "/var/www/html/wp-content/plugins/redis-cache"
    Drop-ins: [
    "Query Monitor Database Class (Drop-in) v3.20.0 by John Blackbourn"
    ]



    Stack trace:

    Uncaught Error: Call to private WP_Object_Cache::__construct() from scope Rhubarb\RedisCache\UI\Tab in /var/www/html/wp-content/plugins/redis-cache/includes/diagnostics.php:31 context { "error": { "type": 1, "file": "/var/www/html/wp-content/plugins/redis-cache/includes/diagnostics.php", "line": 31 }, "remote-logging": true, "backtrace": [ "", "#0 /var/www/html/wp-content/plugins/redis-cache/includes/ui/tabs/diagnostics.php(13): require()", "#1 /var/www/html/wp-content/plugins/redis-cache/includes/ui/class-tab.php(167): include('...')", "#2 /var/www/html/wp-content/plugins/redis-cache/includes/ui/settings.php(60): Rhubarb\RedisCache\UI\Tab->display()", "#3 /var/www/html/wp-content/plugins/redis-cache/includes/class-plugin.php(202): require_once('...')", "#4 /var/www/html/wp-includes/class-wp-hook.php(324): Rhubarb\RedisCache\Plugin->show_admin_page()", "#5 /var/www/html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()", "#6 /var/www/html/wp-includes/plugin.php(517): WP_Hook->do_action()", "#7 /var/www/html/wp-admin/admin.php(260): do_action()", "#8 /var/www/html/wp-admin/network/admin.php(13): require_once('...')", "#9 /var/www/html/wp-admin/network/settings.php(11): require_once('...')", "#10 {main}", "thrown" ] }

    I do have redis installed, connection variables configured in wp-config and it’s possible to connect through redis-cli however when I enable redis in the plugin it’s not working.
    Is there something that I’m missing here?

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

    (@tillkruess)

    Do you have another object caching plugin installed? Something is registering WP_Object_Cache and making it private which is not Redis Object Cache.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.