This thread is resolved. Here is a description of the problem and solution.
Problem:
The string translation plugin is causing an error, resulting in the site being down.
Solution:
If you're experiencing this issue, we recommend enabling WordPress debugging to identify the specific error. Here are the steps you should follow:
1. Edit your wp-config.php file to enable debugging. Insert these lines before the comment /* That's all, stop editing! Happy publishing. */:
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false );
2. Replicate the error by performing the actions that led to the site going down.
3. Check the debug.log file located in your /wp-content directory for any WPML-related errors.
4. Copy and paste the full error message here for further analysis.
If this solution does not resolve your issue or seems outdated, please check the 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 at WPML support forum for further assistance.
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 4 replies, has 1 voice.
Last updated by 3 weeks, 4 days ago.
Assisted by: Andrey.

