Note:
As per our client suggestion, we have deactivated WPML so at least the website works in its default language (English).
Feel free to change any setting in order to test it.
Thanks again.
Thank you for the updates. Please share with us the WordPress debug.log(not WPML debug information) for collecting more details on this. Refer to the following pages for instructions
To enable the WordPress Debug log, open your wp-config.php file of site root and look for define('WP_DEBUG', false);. Change it to:
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
In this case, the errors will be saved to a debug.log log file inside the */wp-content/* directory. Please do the steps to reproduce the bug and check if you are getting any errors or warnings related to WPML in the log file.
If you can paste your debug.log to http://pastebin.com/index.php and provide me that link it would be great! (This is the cleanest way because sometimes the logs are long and create a complete mess of discussion).
Thank you for the Debug log details. But the Debug log is not showing any warning or errors related to WPML.
So please check if you are getting any error related to WPML in the server error log while having this bug. May you need your hosting team's support to access the server error log file.
Do you have a staging/dev site(a clone copy of the live site)? Because it will help us to troubleshoot the issue without affecting the live site. Because we would like to know if you are getting the expected results in a minimal setup or not. Normally we will do the following steps to track the issues like this.
a) Backup your site first[Mandatory]
b) Switch for a moment to a WordPress default theme like 2022 or 2023
c) Deactivate all the plugins that are not related to WPML
d) Then check whether the issue is existing or not
e) If the issue is gone, activate the plugins as a group of three or four to find which one has an interaction issue
f) Switch back to the original theme of the site
--
Thanks!
Bigul
The topic ‘[Closed] My site stops working when I activate WPML’ is closed to new replies.