Problem: If you're experiencing a fatal error when trying to edit translations in the custom post type 'Nemovitost', and the error message indicates an issue with
array_walk()
expecting an array but receiving a string, the problem might not be directly related to WPML. Solution: We recommend enabling gzcompression on your server. This adjustment has resolved similar issues by ensuring that data handling processes are optimized for performance. After enabling gzcompression, you can safely remove any temporary fixes that were applied. Additionally, keep an eye out for future WPML updates, as they will include a built-in warning to alert you if gzcompression is disabled again.
If this solution does not resolve your issue, or if it seems irrelevant due to being outdated or not applicable to your case, please visit our support forum to open a new support ticket. We also 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.
Problem: The client is experiencing issues with translations between English and French versions of content in the Elios Technical Library becoming disconnected after updates. This requires manual reconnection using the 'Connect with translations' option. Solution: We recommend checking the translation settings for the 'Elios Technical Library' content to ensure it is configured correctly for automatic management by WPML: 1. Navigate to WPML → Settings in your WordPress admin area. 2. Scroll to the Post Types Translation section. 3. Locate the entry for your 'Elios Technical Library' content type, which might be listed under a custom post type name. 4. Set this content type to Translatable - use translation editor to help WPML manage translation links and updates effectively. 5. Save any changes by clicking the Save button at the bottom of the page.
Another workaround would be to properly set the source_language_code for your translations.
Please make sure you have a backup of your site before running any SQL requests that follow:
UPDATE `wp_icl_translations` SET
`source_language_code` = 'en-ca'
WHERE `source_language_code` = 'en';
If this solution does not resolve the issue or seems irrelevant due to updates or changes in your setup, 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 problems persist, please open a new support ticket with us for further assistance at WPML support forum.
Problem: The client is experiencing an issue where WPML add-ons such as WPML String Translation, WPML CMS Navigation, WPML Media Translation, and WooCommerce Multilingual & Multicurrency are installed and active, but still appear as 'Not installed' in the WPML → Support section. Despite trying steps like reactivating plugins in the recommended order and re-registering WPML, the issue persists. Solution: We acknowledge this problem and recommend ignoring it for now as it does not impact the functionality of the site or the plugins. The plugins should continue to operate normally. We will include a fix in an upcoming release.
If this solution does not seem relevant, or if it becomes outdated, we encourage you to open a new support ticket. We also 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. For further assistance, please visit our support forum at WPML Support Forum.