Skip Navigation

Resolved

Resolved in: 4.11.2

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 WooCommerce Multilingual.

Workaround

Our development team is working to provide a permanent resolution for this issue.

As a temporary solution, please try the following steps:

  1. Back up your website completely
  2. Make sure ALL your plugins are up-to-date
  3. Edit the file wp-content/plugins/woocommerce-multilingual/compatibility/class-wcml-accommodation-bookings.php and modify Line 27
  4. From:

    add_action( 'init', [ $this, 'load_assets' ], 100 );

    To:

    //add_action( 'init', [ $this, 'load_assets' ], 100 );