This thread is resolved. Here is a description of the problem and solution.
Problem:
The client is experiencing PHP warnings related to the
simplexml_load_string()
function in the WPML plugin's class-wpml-tm-xliff-reader.php file. These warnings include parser errors such as 'Opening and ending tag mismatch' and 'Sequence "]]>" not allowed in content'.
Solution:
We recommended the following steps:
1. Increase the WordPress memory limit to at least 128MB, as per our minimum requirements. This can be done by adding the following line to the wp-config.php file:
/* Memory Limit */<br />define('WP_MEMORY_LIMIT', '256M');Place it above the line /* That's all, stop editing! Happy blogging. */.
2. For issues related to product author and attributes, follow the steps described in our guide on how to correctly import taxonomies and their translations. You can find the guide here: https://wpml.org/documentation/related-projects/wpml-export-and-import/
If this solution does not resolve your issue or seems irrelevant due to being outdated or not applicable 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 open a new support ticket at WPML support forum.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
This topic contains 21 replies, has 0 voices.
Last updated by 3 months, 1 week ago.
Assisted by: Carlos Rojas.