This thread is resolved. Here is a description of the problem and solution.
Problem:
You are trying to set up WooCommerce Multilingual to translate your store but encountered a blank page instead of the settings page.
Solution:
We recommend testing with a minimal setup, using a default theme and disabling all non-WPML plugins to see if the error persists or if you're able to finish the WCML setup. Additionally, it could be that the WordPress memory limit needs to be increased if the current setting is insufficient for WPML's requirements. You can increase the memory limit by adding the following code in your wp-config.php file right before the /* That's all, stop editing! Happy publishing. */ line:
/* Memory Limit */ define('WP_MEMORY_LIMIT', '256M'); define('WP_MAX_MEMORY_LIMIT', '256M');
For more details on minimum requirements, please visit https://wpml.org/home/minimum-requirements/.
If this solution does not resolve your issue or seems irrelevant due to being outdated or not applicable to your case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket at our support forum.
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 contains 1 reply, has 2 voices.
Last updated by 1 year, 4 months ago.
Assisted by: Mateus Getulio.