This thread is resolved. Here is a description of the problem and solution.
Problem:
You are trying to install WPML but are encountering a blank setup page along with a JavaScript error in the browser console, specifically 'Uncaught TypeError: l is undefined'.
Solution:
We recommend enabling debugging to identify the underlying issues. Here’s how you can do it:
1. Open your site’s
wp-config.php
file.
2. Locate the line
define('WP_DEBUG', false);and change it to:
define('WP_DEBUG', true);3. To log these errors to a file, add:
define('WP_DEBUG_LOG', true);This will save the errors to a debug.log file in your /wp-content/ directory.
For more detailed instructions, visit our debugging documentation at https://wpml.org/documentation/support/debugging-wpml/.
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 you still need assistance, please open a new support ticket 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.
This topic contains 1 reply, has 0 voices.
Last updated by 11 months, 3 weeks ago.
Assisted by: Andrey.
