Home›Support›English Support›[Resolved] We have detected a problem with some tables in the database. Please contact WPML
[Resolved] We have detected a problem with some tables in the database. Please contact WPML
This thread is resolved. Here is a description of the problem and solution.
Problem: The client reported issues after downloading the OTs installer, noting that the WPML plugin was missing and encountering a database error indicating that certain tables did not exist. Additionally, the client was unable to view content for translation when clicking the '+' in the WPML interface.
If these steps do not resolve the issue or if the solution seems outdated or irrelevant to your case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket at WPML support forum.
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.
You should remove the code (as instructed on the link I shared).
Also, remove the “wpml_string_table_ok_for_mo_import” key from the “_options” database table.
After please try clearing the website's cache and check if the issue persists.
* Note: Please make sure you have a full backup of your website before making any updates/changes to your website.
The reason why the popup with the message "Waiting for the translator" is showing is that the user "admin" started the translation at some point and it wasn't completed. You can take the translation over and complete it after the popup should disappear.
1) Did you remove the “wpml_string_table_ok_for_mo_import” key from the “_options” database table?
2) Can you please share WPML support debug information from your site? To provide the debug information:
- Login to your site and go to WPML -> Support, in there click on the “debug information” link at the bottom of the page.
- Once on the “debug information” page, select the entire text box content and copy it.
- Go back to our support forum, find the debug information box, and paste it.
* Please do not share the debug information on your reply but only in the designated space.
1. Ok but still i cannot see the content from the original page still. I already showed you the images?
Why when i click the + it opens the page but i cannot see the contentn to trasnlate?
1) Did you remove the “wpml_string_table_ok_for_mo_import” key from the “_options” database table?
No what on earth is that? But i did remove the code you told me to add from the functions p.p file
2) Can you please share WPML support debug information from your site? To provide the debug information:
yes
According to your debug.info, the WP memory limit needs to be increased, WordPress uses 40Mb as default and the minimum requirements for WPML are 128 MB.
Kindly check this page: https://wpml.org/home/minimum-requirements/
Please add the following code in your wp-config.php file right before the line: /* That's all, stop editing! Happy publishing. */
* Note: Please make sure you have a full backup of your website before making any updates/changes to your website.
---
I would need temporary access to your website to investigate this issue. Please create an administrator user using any email address you prefer.
Please fully back up your site (files and database) and confirm it in your next reply.
* Note: I might need to enable/disable plugins, switch themes, and access your website database.
I would need to access both your site's WP-admin and FTP account, please provide both.
Your next reply is set to private so you can provide the username and password details.
The “wpml_string_table_ok_for_mo_import” is a key on the “_options” database table, if it exists it needs to be removed. To check your database (if access from the server is not possible) I would need to use the plugin: https://wordpress.org/plugins/pexlechris-adminer/
Thank you for the access, I was able to check, and using the Adminer plugin I was able to delete the entry from the database. Now the notification message is removed.
I've noticed that the WP memory limit needs to be increased, WordPress uses 40Mb as default and the minimum requirements for WPML are 128 MB. (Kindly check this page: https://wpml.org/home/minimum-requirements/)
You can increase it by adding the following code in your wp-config.php file right before the line: /* That's all, stop editing! Happy publishing. */