Skip Navigation

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 55 replies, has 0 voices.

Last updated by Dražen 1 week, 6 days ago.

Assisted by: Dražen.

Author Posts
May 27, 2025 at 12:46 pm #17078521

Dražen
Supporter

Languages: English (English )

Timezone: Europe/Zagreb (GMT+02:00)

Hello,

load text domains are issue with loading of translation files coming from each plugin / theme not anything related to WPML or your issue.

From other error log, looks like your server is crashing / timeouts and thus post is not being saved. Error you shared "epoll_wait () reported that client prematurely .." usually points to a server-side timeout or crash, rather than a direct PHP error from WordPress or WPML.

If possible check further for nginx error logs, look for errors or timeouts and this will tell you what you should increase in your server settings, it could be many thing and it is hard to guess like this. I would really advise checking with hosting or server support.

You can try next In php.ini or .htaccess or via wp-config.php, increase:

memory_limit = 512M
max_execution_time = 120
max_input_vars = 5000

Or in wp-config.php:

define('WP_MEMORY_LIMIT', '512M');
set_time_limit(120);

Let me know how it goes.

Regards,
Drazen

May 27, 2025 at 1:01 pm #17078571

sergeyZ-8

this settings

Screenshot_5.png
May 27, 2025 at 1:12 pm #17078643

sergeyZ-8

hidden link
maybe problem with localizations wpml?

May 27, 2025 at 1:13 pm #17078645

sergeyZ-8

can we go to a quick chat to quickly solve the problem? or involve another team to determine what the problem is?

May 27, 2025 at 1:19 pm #17078715

Dražen
Supporter

Languages: English (English )

Timezone: Europe/Zagreb (GMT+02:00)

Hello,

I am afraid this is not an issue that can be solved in chat or going to chat will help here. I already provided what might be a problem, and as the log and my test confirms issue is with your server settings.

You can try to adjust some of the values as I shared in above reply, or you can ask hosting support to help you out.

Other then that, you can check further nginx error logs, or you can provide me an FTP and I can try to increase some value, even there is chance this will not work and needs to be done in server settings.

I am afraid there is no other way then what I suggested above, you can either:

- try increase values yourself and check for more errors in server
- ask server / hosting support for further info and help
- provide us FTP so we can try further increase some settings, and see if that will helps or we will direct you further to your hosting help on what needs to be increase

Hope this makes things and issue a bit more clear.

Regards,
Drazen

May 27, 2025 at 1:27 pm #17078772

sergeyZ-8

you see my screen for php limits?
There are limits set there that are even higher than what you suggested.
I showed you what errors there are in the server locks when saving a page

May 28, 2025 at 6:24 am #17081261

Dražen
Supporter

Languages: English (English )

Timezone: Europe/Zagreb (GMT+02:00)

Hello,

yes, I see, and yes some of them are higher but for example maxvars is not.

Anyway, I have escalated this to our 2nd tier to check and advise further.

I will update when I have some news.

Regards,
Drazen

May 28, 2025 at 6:38 am #17081325

Dražen
Supporter

Languages: English (English )

Timezone: Europe/Zagreb (GMT+02:00)

Hello,

please go to your server settings or ask your hosting support and increase next values:

fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;
client_body_buffer_size 256k; # or 512k, 1m, etc.
max_children in php-fpm

Let us know how it goes and if that increasing those helps.

Regards,
Drazen

May 28, 2025 at 8:09 am #17081793

sergeyZ-8

i remale limits fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;
client_body_buffer_size 256k; # or 512k, 1m, etc.
max_children in php-fpm
but the bug still reproduces
ngnix errors

Screenshot_6.png
May 28, 2025 at 8:17 am #17081872

Dražen
Supporter

Languages: English (English )

Timezone: Europe/Zagreb (GMT+02:00)

Hello,

error log you shared is not related or helpful in this case. Please share again same nginx server error logs, not WP debug log.

Please confirm you have change server requirement as we suggested, since this is not clear from your reply.

Regards,
Drazen

May 28, 2025 at 8:23 am #17081889

sergeyZ-8

yes we changed
I can send you the debug log in format txt

May 28, 2025 at 8:49 am #17082217

Dražen
Supporter

Languages: English (English )

Timezone: Europe/Zagreb (GMT+02:00)

Hello,

I will check with 2nd tier if any other suggestions.

Regards,
Drazen

May 28, 2025 at 12:07 pm #17083320

Dražen
Supporter

Languages: English (English )

Timezone: Europe/Zagreb (GMT+02:00)

Hello,

we advised further, but unfortunately there is not much we can do from our side without knowing exact what is wrong or some full server error logs or deeper server log.

You can ask your server / hosting admin to try and check what is wrong or try to setup Xdebug and do the debugging and PHP profile. Then there should be part what is wrong. Note it is advanced skill required and I can understand if you are not able to do so, but please note that from our side hands are tied and not much we can do or suggest with current provided info.

- hidden link

Let me know if your server admin manages to get more info and we will be glad to help or advise further.

Regards,
Drazen

May 28, 2025 at 12:30 pm #17083384

sergeyZ-8

I can send you the debug log in format txt

May 28, 2025 at 1:02 pm #17083546

Dražen
Supporter

Languages: English (English )

Timezone: Europe/Zagreb (GMT+02:00)

Hello,

I am afraid that will not be much helpful, WP debug log does not have any relevant info and nginx log you have already provided.

Our 2nd tier will try to check again your website package / DB in hope to find some clue.

Regards,
Drazen