WPIntell

Source evidence

is_visible() on null / redis / php fatal error

Cart Popup for WooCommerce · support · 2023-06-28T10:02:00+00:00

complaintsentiment
highseverity
1.0relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 26 rows with source links

15.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
olgamm unresolved
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, 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.

Comments

2 shown
Web Expert 2023-07-10T17:19:00+00:00

There is an issue on where plugin stores temporarily the added to cart product. Ignore wp_optoons from Redis to solve it.

olgamm 2023-07-11T06:15:00+00:00

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.