- Status
- Resolved
- Resolved in
- 4.11.2
- Related plugin/theme
- WooCommerce Accommodation Bookings
Overview of the issue
Users using the WooCommerce Bookings add-on WooCommerce Accommodation Bookings may experience a fatal error when updating to the latest versions of WPML Multilingual & Multicurrency for WooCommerce.
Workaround
Our development team is working to provide a permanent resolution for this issue.
As a temporary solution, please try the following steps:
- Back up your website completely
- Make sure ALL your plugins are up-to-date
- Edit the file wp-content/plugins/woocommerce-multilingual/compatibility/class-wcml-accommodation-bookings.php and modify Line 27
From:
add_action( 'init', [ $this, 'load_assets' ], 100 );
To:
//add_action( 'init', [ $this, 'load_assets' ], 100 );