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.

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/Tirane (GMT+02:00)

This topic contains 7 replies, has 2 voices.

Last updated by Marsel Nikolli 1 year, 2 months ago.

Assisted by: Marsel Nikolli.

Author Posts
March 13, 2024 at 9:24 am #15402649

happiest-healthS

What is the link to your site?

hidden link

Screenshot 2024-03-13 142910.png
March 13, 2024 at 9:36 am #15402769

Marsel Nikolli

Hi,

Thank you for contacting WPML Support, I will gladly help you.

I noticed from the debug info you provided that you are using:
- WordPress v6.3
- WPML 4.6.6

I suggest you first update to the latest version of WordPress (v6.4.3) and WPML (v4.6.9) (also update the WPML addon plugins).

Also, It might not be related to the issue, but 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/)

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. */

/* Memory Limit */
define('WP_MEMORY_LIMIT', '256M');
define( 'WP_MAX_MEMORY_LIMIT', '256M');

* Note: Please make sure you have a full backup of your website before making any updates/changes on your website.

After, please check if the issue persists.

Looking forward to your reply,
Marsel

March 14, 2024 at 11:50 am #15409523

happiest-healthS

Hi,

Thank you for the response.

We have updated:
* WPML to latest version (attached screenshot)
* WordPress to latest version: 6.4.3 and
* increased the memory limit as well.

Still no luck we are seeing the same error.

Can you please help us solving this at the earliest. Please let us know if you need any further details.

Thank you in advance.

Thanks,

wordpressver.png
wpmlversion.png
March 14, 2024 at 12:02 pm #15409602

Marsel Nikolli

Hi,

Thank you for the update.

Could you please try the steps recommended in the following errata and check if the issue persists:

https://wpml.org/errata/missing-_icl_strings-_icl_string_translations-data-tables/

* Note: Please make sure you have a full backup of your website before making any updates/changes on your website.

Let me know how it goes,
Marsel

March 14, 2024 at 1:35 pm #15410308

happiest-healthS

Hi Marsel,

Thank you for the suggestion. We have tried this after the plugin and wordpress version updates. Still its showing the same issue.

We have added the below snippet and browsed through couple of pages on the website (where footer is present):

function wpml_fix_missing_icl_tables() {

if( function_exists( 'icl_sitepress_activate' ) )

icl_sitepress_activate();

}

add_action( 'wp_footer', 'wpml_fix_missing_icl_tables' );

Later in the day I will try to identify where the notification message is stored and try to remove it (any insights from you is helpful on this).

Please let us know if any other possible solutions are there to solve the issue.

Thanks,
Naveen

March 15, 2024 at 8:23 am #15413054

Marsel Nikolli

Hi Naveen,

1) Could you please try removing the key "wpml_string_table_ok_for_mo_import" from the options table (by default wp_options, where "wp_" is your database prefix)?

2) Check your database after this, if all icl_string tables are there:

-icl_strings
-icl_string_translations
-icl_string_packages
-icl_string_positions
-icl_string_status

https://wpml.org/documentation/support/wpml-tables/

* Note: Please make sure you have a backup of your databse before making any updates/changes on your website.

Let me know how it goes if the message above is gone now.
Marsel

March 18, 2024 at 5:24 am #15419172

happiest-healthS

Hi Marsel,

Will check this latest suggestion today and keep you posted on this.

Thanks,
Naveen

March 18, 2024 at 8:38 am #15419596

Marsel Nikolli

Hi Naveen,

Thank you for the update.

Looking forward to your reply,
Marsel

The topic ‘[Closed] There is a problem with the String Translation table error showing on Dashboared’ is closed to new replies.