This thread is resolved. Here is a description of the problem and solution.
Problem:
You are trying to activate WPML but encounter a fatal error. Despite deactivating Elementor Pro and Elementor, the issue persists. The error message indicates that the translation loading for the Elementor domain was triggered too early.
Solution:
We recommend enabling WordPress debugging to capture the full error message. Here are the steps you should follow:
1. Edit your
wp-config.php
file and add the following lines before the 'That's all, stop editing! Happy publishing.' comment:
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);2. Attempt to activate the plugin again to reproduce the error.
3. Open the file located at /wp-content/debug.log.
4. Copy and share the full error message you see there, especially anything related to WPML or the plugin you’re activating.
If this solution does not resolve your issue or seems outdated, please check for 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. If the problem persists, we highly recommend opening a new support ticket for further assistance at WPML 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.