This thread is resolved. Here is a description of the problem and solution.
Problem:
If you're experiencing a website crash after updating WPML along with the plugins WPML CMS, String, ACF, and Divi Machine, it might be due to a plugin conflict.
Solution:
We recommend enabling debugging to pinpoint the exact issue. You can do this by adding the following lines to your site’s
wp-config.php
file:
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);
Ensure that Divi Machine, ACF, and your current theme are updated to their latest versions. Once debugging is enabled, any errors will be logged to a debug.log file in the /wp-content/ directory. Please share the relevant error messages with us for further assistance.
This solution might be outdated or not applicable to your specific 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 the issue 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.