Problem: You are encountering a database error after migrating your domain to a new hosting environment. The error is caused by an emoji in a WooCommerce translation string, which leads to a query failure due to mixed collation in the database. Solution: We recommend removing the emoji from the content as a temporary workaround. If this solution does not resolve your issue or seems outdated, please check the related known issues, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If further assistance is needed, feel free to open a new support ticket at our support forum.
Problem: You enabled automatic translation with TPC and need to review translations marked as "Draft - Pending review" in the translation queue. However, when you attempt to review, the translations do not appear. Solution: First, ensure that your server meets the minimum requirements for running WPML, which can be found here: https://wpml.org/home/minimum-requirements/. Increase the WordPress memory limit to at least 256 MB by adding the following code to your wp-config.php file:
define('WP_MEMORY_LIMIT', '256M');
Place this code just before the comment:
// That's all, stop editing! Happy blogging.
If your hosting provider restricts these settings, contact them to make the necessary changes. After adjusting the memory limit, re-enable LiteSpeed and try accessing a review again. If the problem persists, it might be due to other issues not covered by this solution. We 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 these steps do not resolve the issue, please open a new support ticket at WPML support forum for further assistance.
Problem: You are experiencing issues where your .htaccess file was unexpectedly modified during a plugin update, changing the RewriteBase and RewriteRule and causing all pages to become unavailable. You suspect that the WPML plugin is responsible for these changes. Solution: We want to clarify that WPML does not modify your .htaccess file. The issue might be caused by third-party code, possibly from an SEO plugin or other custom code, that uses the
flush_rewrite_rules(true)
function too frequently. To identify the source, we recommend searching your codebase for occurrences of
flush_rewrite_rules
using your IDE. Meanwhile, maintaining any current workaround should help prevent further issues while you test if this resolves the problem.
Please note that this solution might be outdated or not applicable to your specific case. If the issue persists, 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 necessary, do not hesitate to open a new support ticket with us for further assistance at WPML support forum.