Background of the issue:
I am trying to add support for a new language, Finnish, on my site скрытая ссылка. I am using WooCommerce 7.9.1 and a custom theme with very few customized templates. WP Admin breaks after I install the Woo Multilingual feature. The error message is: Fatal error: Uncaught Error: Call to undefined method AutomatticWooCommerceInternalDataStoresOrdersDataSynchronizer::get_table_exists. I am following the install instructions of WPML and have my activation key in development mode.
Symptoms:
WP Admin breaks after installing the Woo Multilingual feature with the error message: Fatal error: Uncaught Error: Call to undefined method AutomatticWooCommerceInternalDataStoresOrdersDataSynchronizer::get_table_exists.
Questions:
Is there a minimum WooCommerce version required for WPML?
How can I resolve the fatal error related to the DataSynchronizer::get_table_exists method?