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.

Our wait time is higher than usual, please make sure you are meeting the minimum requirement - https://wpml.org/home/minimum-requirements before you report issues, and if you can take a look at current Known Issues - https://wpml.org/known-issues/. Thank you.
Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Europe/Kyiv (GMT+03:00)

Tagged: 

This topic contains 6 replies, has 1 voice.

Last updated by Andrey 4 days, 2 hours ago.

Assisted by: Andrey.

Author Posts
March 20, 2025 at 2:28 pm #16840569

cristianS-23

Background of the issue:
I am trying to access the Translation Management Dashboard to see all the types of posts (Products, Posts, etc) that I can translate. Here is the link to the page where the issue can be seen: hidden link

Symptoms:
I got a constantly loading page with the error message: 'MariaDB can only access 61 joint tables'.

Questions:
Why is the Translation Management Dashboard not loading?
How can I resolve the 'MariaDB can only access 61 joint tables' error?

March 20, 2025 at 10:03 pm #16842036

Andrey
Supporter

Languages: English (English ) Russian (Русский )

Timezone: Europe/Kyiv (GMT+03:00)

While one of my teammates handles your ticket, I will provide you with initial debugging steps.

Please update your WPML plugin and add-ons to the latest version, 4.7.2, to benefit from the latest bug fixes and improvements. This may not necessarily resolve your problem; however, we need to work on the newest code available to troubleshoot the issue best.

You can check the latest released versions under "My Account -> Downloads" on this site. Instructions to update can be found here: http://wpml.org/faq/install-wpml/

If you do not see the updates, you might need to click the Check for updates button in the Plugins → Add New Plugin → Commercial tab.

Please remember to backup your database before you proceed.

Let us know if the issue persists after an update has been done.

March 21, 2025 at 12:36 pm #16844504

cristianS-23

Hello,

I have done this. The problem is still occuring. Do you require acess to my production website?

March 21, 2025 at 9:54 pm #16846518

Andrey
Supporter

Languages: English (English ) Russian (Русский )

Timezone: Europe/Kyiv (GMT+03:00)

Thank you for your feedback.

Could you please test if the user role does not have the capabilities to access the Translation Management page? To so please try to follow the below steps:

1. Take a backup of your site first.
2. Add the below code in functions.php file:

function add_wpml_manage_translations_cap() {
    $role = get_role('administrator');
    if ($role) {
        $role->add_cap('manage_translations');
    }
}
add_action('init', 'add_wpml_manage_translations_cap');

3. Visit the frontend once so that it will trigger this code.
4. Please reload the backend and see if the issue is solved.
5. Now, you can remove the code which is added in step #2.

March 24, 2025 at 1:22 pm #16852171

cristianS-23

Hello,

Just to confirm (As I believe that you may refer to a different part of the application): The issue is that when I go to: hidden link

I can see the UI of WPML, but there is a continous "Loading items..." spinning icon.

Everything else within the app works. To note: I have also tried clearing server cache/DNS Cache/WPML Tools, with no avail.

Regards,

1.png
March 24, 2025 at 1:28 pm #16852232

Andrey
Supporter

Languages: English (English ) Russian (Русский )

Timezone: Europe/Kyiv (GMT+03:00)

Thank you for the update.

Yes, this issue is likely related to the following: https://wpml.org/errata/errata-wpml-4-7-1-wordpress-database-error-too-many-tables/.

However, the latest version, 4.7.2, should already resolve it. Therefore, there is no need to use the code I shared before. Please make sure to perform the updates.

March 26, 2025 at 1:27 pm #16863093

cristianS-23

Good afternoon,

I have updated both WPML and Strings, and the issue is still there.

March 26, 2025 at 1:56 pm #16863250

Andrey
Supporter

Languages: English (English ) Russian (Русский )

Timezone: Europe/Kyiv (GMT+03:00)

Thank you for your feedback.

I need to request temporary access (wp-admin and FTP) to your site—preferably to a test site where the problem has been replicated if possible—in order to be of better help. When you log in to leave your next reply, you will find the needed fields below the comment area. The information you will enter is private, meaning only you and I can see and access it.

April 1, 2025 at 3:53 pm #16883802

Andrey
Supporter

Languages: English (English ) Russian (Русский )

Timezone: Europe/Kyiv (GMT+03:00)

Thank you for your feedback.

I have reviewed the site, but I cannot identify the obvious cause of the issue. There is a 500 error present, and I'm not sure if it is related to the error you mentioned.

Could you please install the Adminer plugin to check your database?

If I need to debug the problem further, I would like to ask if you could replicate your site locally. I will need to temporarily install either the "Duplicator" or "All In One Migration" plugin on your site. This will allow me to create a copy of your site and its content. If you prefer to handle this independently, you can create a snapshot and send me the zipped package you downloaded.

I have marked the following message as private; please also include the FTP details.