Fatal Error
-
Hello,
I updated WordPress to 5.9.3 and got an error due to the SVI plugin:
An error of type E_ERROR was caused in line 451 of the file wp-content/plugins/smart-variations-images/includes/library/redux-core/class-redux-core.php. Error message: Uncaught Error: Call to undefined method Redux::all_instances() in /wp-content/plugins/smart-variations-images/includes/library/redux-core/class-redux-core.php:451 Stack trace: #0 /wp-includes/class-wp-hook.php(307): Redux_Core->add_debug_info(Array) #1 /wp-includes/plugin.php(189): WP_Hook->apply_filters(Array, Array) #2 /wp-admin/includes/class-wp-debug-data.php(1468): apply_filters('debug_informati...', Array) #3 /wp-admin/site-health-info.php(32): WP_Debug_Data::debug_data() #4 /wp-admin/includes/class-wp-site-health.php(66): require_once('/[directory]/...') #5 /wp-includes/class-wp-hook.php(307): WP_Site_Health->show_site_health_tab('debug') #6 /wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array) #7 /wp-includes/plugin.php(474): WP_Hook->do_action(Array)The site still works fine, but now I don’t have any images in each product page: https://imgur.com/z79v0EX.
The product loop is fine, but each individual product page looks like the above picture.
When I disable the plugin, the images return.Looking at the code, (https://imgur.com/dAiXGKU), by default, the opacity is set to 0 (red).
I added some additional CSS to set the opacity to 1!important (green), but that hasn’t fixed the issue either.This is affecting our store, so obviously this is time-sensitive.
Any advice or help you could provide would be greatly appreciated.Thank you.
The topic ‘Fatal Error’ is closed to new replies.