• Hello, there is a bug with the plugin.
    Error:
    PHP Fatal error: Uncaught Error: Call to a member function is_visible() on null in xoo-cp-content.php:19
    this error appears when I’m activating redis cache.

    Is there something we can do?

    Thanks in advance,

Viewing 2 replies - 1 through 2 (of 2 total)
  • There is an issue on where plugin stores temporarily the added to cart product. Ignore wp_optoons from Redis to solve it.

    Thread Starter olgamm

    (@olgamm)

    Hi, thanks for your answer. What is the “wp_optoons”? Did you mean wp_options? ?

    Also, the way to ignore is to add in config.php the below
    define( ‘WP_REDIS_IGNORED_GROUPS’, [ ‘options’ ]);

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘is_visible() on null / redis / php fatal error’ is closed to new replies.