NickB
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Critical Error on woocommerce websites.Re-installing the v9.0.0 plugin seems to be working for a lot of folks. Check out this thread here: https://ww.wp.xz.cn/support/topic/woocommerce-creating-critical-error/
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Creating Critical ErrorWe managed to fix the issue with a WooCommerce 9.0.0 re-install from WP-CLI (assuming you could also do it from the UI, if it works) as follows:
wp plugin deactivate woocommerce
wp plugin install woocommerce --force --version=9.0.0
wp plugin activate woocommerceThis was on a site that had failed with the following error and was already running v9.0.0:
Fatal error: Uncaught Error: Class ‘WC_Legacy_API’ not found in /home/wordpress/public_html/wp-content/plugins/woocommerce/includes/class-wc-api.php:19We’ve only tested this a couple of times, but so far so good. The rolling back to 8.9.3 has worked on lots of sites and also works every time.
Thanks Peter, really appreciate the response.
On some sites we’re seeing the “change” value update every 3-5 seconds… is that still normal? I only ask as you mentioned 20 mins.
Good to know there’s a MySQL option for the storage engine. Thank you.