This thread is resolved. Here is a description of the problem and solution.
Problem: The client is experiencing issues with translating strings and has received an error after upgrading WooCommerce to version 8.3. The client had previously solved a problem by rewinding the server. Solution: We recommend increasing the memory limits and execution time by adding the following custom PHP code to the
wp-config.php
file on your server:
ini_set('memory_limit', '512M');
ini_set('upload_max_filesize', '512M');
ini_set('post_max_size', '512M');
ini_set('file_uploads', 'On');
ini_set('max_execution_time', '3600');
define('WP_MEMORY_LIMIT', '512M');
If this solution doesn't look relevant or if you continue to experience issues, please open a new support ticket with us.
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.
I will need to closely examine your website. Therefore, I will require temporary access (WP-Admin and FTP) to a test site where the problem has been replicated, if possible. This will enable me to provide better assistance and determine if any configurations need to be modified.
Please note that it is important to have a backup for security purposes and to prevent any potential data loss. You can use the UpdraftPlus plugin (https://wordpress.org/plugins/updraftplus/) to fulfill your backup requirements.
Your upcoming reply will be treated with confidentiality and will only be visible to you and me.
✙ To resolve the issue, I may need your consent to deactivate and reactivate plugins and the theme, as well as make configuration changes on the site if necessary. This emphasizes the significance of having a backup.