Conversation
supportHello, 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,
There is an issue on where plugin stores temporarily the added to cart product. Ignore wp_optoons from Redis to solve it.
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.
There is an issue on where plugin stores temporarily the added to cart product. Ignore wp_optoons from Redis to solve it.
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.