I also tested installing the latest versions of WPML and Yoast, but I couldn't reproduce the issue. Kindly see here: hidden link
The debug info of your site shows that you're using an outdated version of Yoast, please create a full backup of the database and website then update Yoast plugin to the latest version and check again.
Please go to WPML > Support > Troubleshooting page, then click the following:
- Clear the Cache in WPML
- Remove ghost entries from the translation tables
- Fix element_type collation
- Fix WPML table collation
- Set language information
- Fix post type assignment for translations
❌ Make sure that you have a full database and website backup before trying the above steps ❌
To enable it, open your wp-config.php file and look for:
define('WP_DEBUG', false);
And change it to:
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 which is recommended on a live site.
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors',0);
Then try to reproduce the issue and check if any errors were saved to the debug.log log file inside the /wp-content/ directory
If you can paste your debug.log to https://pastebin.com/ and provide me that link, it would be great!
2. Could you please check if the issue persists in a minimal environment by following these steps?
- Deactivate all the plugins that are not related to WPML.
- Switch for a moment to a WordPress default theme like Twenty Twenty-one.
- If the issue is gone, activate one by one to see with which one there is an interaction issue.
❌ Please backup your database and website before performing the above test ❌
Hi,
I followed all the requires steps. Here is the debug.log https://pastebin.com/2pTyxrrs
After deactivating all the plugins and changing the theme the issue is still there...
The issue is still there after I disabled WPML. So I guess it's an issue related to the theme… Although I have the latest version and in other websites with the same plugins without any issues...
Thanks a lot for your help
Oriol