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

Last updated by George Botsev 9 months, 1 week ago.

Author Posts
February 23, 2024 at 8:53 pm #15339385

tarasL

The site admin panel shows about 7,000 duplicate requests related to WPML.
The same happens when editing a post.
For example, such requests are duplicated:
What to do?
INSERT IGNORE INTO wp_options ( option_name, option_value, autoload )
VALUES ('wpml.WPML\TM\Settings\ProcessNewTranslatableFields.lock', '1708719851', 'no') /* LOCK */
tarasL :
INSERT IGNORE INTO wp_options ( option_name, option_value, autoload )
VALUES ('wpml.WPML\TM\Settings\ProcessNewTranslatableFields.lock', '1708719852', 'no') /* LOCK */

February 24, 2024 at 6:53 pm #15340822

tarasL

The problem has been going on for 24 hours - there are a lot of duplicate requests

February 26, 2024 at 10:32 am #15343494

George Botsev
Supporter

Languages: English (English )

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

Hello!
The issue that you are describing seems to resemble the one reported in another forum ticket https://wpml.org/forums/topic/wordpress-database-error-deadlock-found-2/

The problem for you could also be related to many stuck jobs for processing changes related to custom fields.
Normally those changes should be processed in order for the translation process to be correct for all posts which contain those fields.
However perhaps, if this process is stuck for you, you might want to test the workaround suggested in https://wpml.org/forums/topic/wordpress-database-error-deadlock-found-2/page/2/#post-15296055

Do note that you should do a complete website backup!!!
We are not responsible for any damages that might come from following that workaround.

February 26, 2024 at 11:35 pm #15346674

tarasL

thanks