Skip to content Skip to sidebar

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.

Tagged: 

This topic contains 8 replies, has 2 voices.

Last updated by Kor 1 year, 11 months ago.

Assisted by: Kor.

Author Posts
November 22, 2023 at 4:48 pm #14901053

robertH-62

Now is different by translate. What mean and how Can I translate??

November 22, 2023 at 4:58 pm #14901181

Kor
WPML Supporter since 08/2022

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for your patience.

Here is the ticket. Please let me know how it goes or if you need further assistance.

November 22, 2023 at 5:08 pm #14901357

robertH-62

I can not translate and received error Why complicate???

problem_4.jpg
November 22, 2023 at 5:09 pm #14901389

Kor
WPML Supporter since 08/2022

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for your reply.

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.

November 22, 2023 at 5:17 pm #14901459

robertH-62

I made backup copy with Softaculous now and every 2 hours make me backup copy Backuply. I hope enough. So please link that I can give you information

November 22, 2023 at 5:20 pm #14901461

Kor
WPML Supporter since 08/2022

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for your reply.

I've already enabled the private reply option for you.

November 22, 2023 at 5:33 pm #14901593

Kor
WPML Supporter since 08/2022

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for your reply.

Could you please try the method shown in my screen recording here hidden link and see if it works for you?

November 22, 2023 at 5:33 pm #14901595

robertH-62

Maybe you can help me too?

Untitled-6.jpg
November 22, 2023 at 5:35 pm #14901625

Kor
WPML Supporter since 08/2022

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for your reply.

Try inserting the custom PHP code below into your server wp-config.php file and see if it works.

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');
November 22, 2023 at 5:56 pm #14901667

robertH-62

Thanks as look work