WooCommerce 9.0.1 has been released
In WooCommerce 9.0 we received reports of an issue that appears to be the result between code associated to the recent deprecation of the Legacy REST API, server configurations, and caching mechanisms.
This release mitigates the impact of that issue.
What’s in this release
In WooCommerce 9.0 we received reports of an issue that appears to be the result between code associated to the recent deprecation of the Legacy REST API, server configurations, and caching mechanisms.
The primary symptom of this problem is a fatal error message stating Fatal error: Uncaught Error: Class 'WC_Legacy_API' not found...
This error has been observed predominantly among users employing LiteSpeed Cache Plugin, although it may also impact others.
You can read more about this issue in this developer advisory.
This release includes the following code change which prevents the fatal error from occurring. This does not address the root cause of why deleted files continue to appear on servers, but does mitigate the issue from occurring when an upgrade to WooCommerce is applied.
- Check WC_Legacy_API instead of WC_API as that seems to be cached by lightspeed servers #48593
Leave a Reply