This thread is resolved. Here is a description of the problem and solution.
Problem:
If you are experiencing an issue updating WPML that results in your website crashing and displaying a blank page or a 500 error, this indicates an unhandled PHP error in your site's code.
Solution:
To resolve this issue, we recommend enabling debug mode to identify the specific error. Follow these steps:
1. Open your site's wp-config.php file.
2. Find the line
define('WP_DEBUG', false);
and change it to:
define('WP_DEBUG', true);
3. To have the errors logged to a file on the server, add the following line:
define( 'WP_DEBUG_LOG', true );
With these changes, the errors will be saved in a debug.log file within the /wp-content/ directory.
After enabling debug mode, review the log file for specific errors.
For more information on debugging in WPML, visit our documentation:
https://wpml.org/documentation/support /debugging-wpml/
If the solution provided is not relevant to your case, because it could be outdated or not applicable to your specific situation, we suggest opening a new ticket of support. We strongly recommend that you review known issues at https://wpml.org/known-issues/, check the version of the permanent solution and confirm that you have installed the latest versions of themes and plugins. If you need further help, feel free to contact us on the WPML support forum.
Support forum by WPML
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: Andrey.