This thread is resolved. Here is a description of the problem and solution.
Problem:
After installing all WPML components, attempting to translate WooCommerce results in a blank page when following the steps: Wordpress > WooCommerce Multilingual and Multicurrency > Start the confirmation wizard.
Solution:
1. Ensure your site is backed up for safety.
2. Update WPML to the latest version, WPML 4.7.1, from Plugins >> Add New Plugin page, click the Commercial tab, and then click the “Check for updates” button.
3. Clear all types of caches including site/server cache, plugin cache, CDN cache (if applicable), and browser cache.
4. Enable error reporting by modifying the 'wp-config.php' file. Replace
define('WP_DEBUG', false);with:
// Enable WP_DEBUG mode<br />define( 'WP_DEBUG', true );<br /><br />// Enable Debug logging to the /wp-content/debug.log file<br />define( 'WP_DEBUG_LOG', true );<br /><br />// Disable display of errors and warnings<br />define( 'WP_DEBUG_DISPLAY', false );<br />@ini_set( 'display_errors', 0 );<br /><br />define( 'SCRIPT_DEBUG', true );
Then, attempt to run the WooCommerce setup wizard again and check if a debug.log file is created in your site's wp-content directory. If so, review its contents for errors.
If these steps do not resolve your issue, or if the solution seems outdated or irrelevant to your specific case, we highly recommend checking related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
This topic is split from https://wpml.org/forums/topic/wpml-does-not-translate-layout-elements-in-elementor/

