[Resolved] Split: when i switch to the Arabic language the site goed blank
This thread is resolved. Here is a description of the problem and solution.
Problem: The client experienced a blank page when switching to the Arabic language on their website. This issue was traced back to a compatibility problem with the Divi Event Calendar plugin, which is not yet compatible with Divi 5. Solution: If you're experiencing a similar issue, we suggest checking for any plugin compatibility issues with your theme or other plugins. Additionally, if the problem persists, consider enabling debugging to identify the exact error. You can do this by modifying your
If this solution does not apply to your case, or if it seems outdated, please check related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. We highly recommend opening a new support ticket if the issue persists.
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.
I just bought more credits then the problem was solved 😉
But i encountered another problem. The website is translated in English, Turkish, Polish and Arabic language. But when i switch to the Arabic language the site goed blank (see screenshot).
I hid the Arabic language in the switcher for now. Do you haver any idea what the problem could be?
It seems that you may have removed it from the language switcher.
There might be a critical error present on a page.
I recommend trying the following steps first:
1. Make a slight modification to the original page.
2. Save the changes.
3. Revert your changes.
4. Go to the WPML translation editor and complete the translation for Arabic.
If the issue persists, you will need to enable debugging to identify the actual error on the page.
You can add a few lines to the site’s wp-config.php file. With the error log enabled, you will see the actual problem.
To enable it, open your wp-config.php file and look for define('WP_DEBUG', false);. Change it to:
define('WP_DEBUG', true);
To enable the error logging to a file on the server, you need to add yet one more similar line:
define( 'WP_DEBUG_LOG', true );
The errors will be saved to a debug.log file inside the /wp-content/directory.
I found the problem. The Divi Event Calendar plugin which is not compatible with Divi 5 yet is the source of the problem. When i switch of the plugin the Arabic language works.