Problem: The client translated the homepage into English and German using WPML, expecting the URLs to be nissei.nl/en and nissei.nl/de respectively. However, both URLs redirected to the original Dutch URL, nissei.nl, as did the URL nissei.nl/en/machines/, which redirected to nissei.nl/machines/. Solution: We identified that the redirection issue was caused by settings in the Yoast SEO plugin. We recommended checking and adjusting the redirection settings within the Yoast plugin to resolve the problem. Additionally, we advised updating WPML and its add-ons to their latest versions to ensure compatibility and functionality, especially if further investigation into the issue was required. We also emphasized the importance of making a full site backup before making any changes.
If this solution does not resolve your issue, or if it seems outdated or irrelevant 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 further assistance is needed, please do not hesitate to open a new support ticket at WPML support forum.
Problem: The client is experiencing a critical error when accessing the 'Theme and plugins localization' option in the WPML menu and issues with modifying, adding, or deleting widgets in the Footer columns and the TopBar widget. Solution: First, we recommend changing the database collation to utf8mb4_unicode_520_ci to ensure compatibility with all characters. You can convert the tables using the following SQL query:
ALTER TABLE your_table_name CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
Next, address the widget-related errors by increasing the PHP memory limit as indicated by the error logs showing memory exhaustion. Additionally, in the WPML → String Translation section, filter by Widgets and delete the excessive unneeded entries, as most are duplicates and only a few are translated.
This solution might be outdated or not applicable to your specific 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 the problem persists, please open a new support ticket.