Saltar al contenido Saltar a la barra lateral

Este es el foro de soporte técnico de WPML, el plugin multilingüe de WordPress.

Todas las personas pueden leerlo pero solo los clientes de WPML pueden ingresar comentarios. El equipo de WPML responde en los foros 6 días a la semana, 22 horas por día.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 - -
- - - - - - -

Zona horaria del soporte: Asia/Yerevan (GMT+04:00)

Este tema contiene 6 respuestas, tiene 0 voces.

Última actualización por Christopher Amirian hace 1 mes.

Asistido por: Christopher Amirian.

Autor Publicaciones
febrero 19, 2026 a las 02:18 #17834180

maximilianoR-3

Hello WPML Support Team,

I am writing because I am unable to translate my website's content. The primary issue is that Elementor content is not appearing in the Advanced Translation Editor; when I attempt to translate a page, only the title and SEO fields (SEOPress) are shown.

I also have a persistent warning in the dashboard stating: "There is a problem with the String Translation table in your site." Although the system indicates it found around 15,000 strings, the String Translation list remains completely empty.

As a secondary technical note, I am seeing JavaScript errors in the browser console (such as Marionette is not defined and elementorCommon is not defined). Because of these errors, the buttons on the WPML > Support > Troubleshooting page are unresponsive, which prevents me from running the built-in repair tools myself.

I have already performed the following steps:
Increased PHP Memory Limit to 512M (WP Memory Limit set to 256M).
Confirmed that _elementor_data is set to "Translate" in the settings.
Deactivated all cache plugins and Wordfence.
Performed "minor edits" in Elementor (adding spaces/modifying text) to force a re-scan.
Referenced this forum thread with similar symptoms: https://wpml.org/forums/topic/elementor-content-not-appearing-in-wpml-advanced-translation-editor-only-title-yoast-fields-visib/

Since I cannot use the troubleshooting buttons to fix the database tables or the string indexing, I likely need assistance with a manual fix or a reset of the translation packages for these pages.

Thank you for your help.

febrero 19, 2026 a las 10:37 #17835445

Noman

Hi,

Thank you for contacting WPML Support. Let’s first fix the String Translation table issue, as it is very likely the root cause of the other problems. Once this is resolved, we can check whether the Elementor content issue still persists.

Since the troubleshooting buttons are not working, I need to review the error log.

Please enable error reporting on your site as I need to see the details of the latest error log to understand the cause of the issue better. To enable it, open your ‘wp-config.php’ file and look for ‘define(‘WP_DEBUG’, false);’. Change it to:

// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
 
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
 
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
 
define( 'SCRIPT_DEBUG', true );

After that, please visit WPML >> String Translation again and then check if a debug.log file is created inside /wp-content/ directory.

Kindly share the contents of that file with me.

Thank you

febrero 19, 2026 a las 15:51 #17836677

maximilianoR-3

Thanks for your response. This is the debug log:

[19-Feb-2026 15:50:12 UTC] WordPress database error Unknown column 's.gettext_context' in 'field list' for query SELECT DISTINCT s.id AS string_id, s.language AS string_language, s.string_package_id, s.context, s.gettext_context, s.name, s.value, s.status AS status, s.translation_priority FROM wp_icl_strings s LEFT JOIN wp_icl_string_packages sp ON sp.ID = s.string_package_id WHERE 1 AND (sp.kind NOT IN ( 'Elementor', 'Gutenberg' ) OR s.string_package_id IS NULL ) AND TRIM(s.value) <> '' ORDER BY string_id DESC LIMIT 0,100 made by include('/plugins/wpml-string-translation/menu/string-translation.php'), icl_get_string_translations, WPML_ST_Strings->get_string_translations, WPML_ST_Strings->get_results

febrero 19, 2026 a las 18:16 #17836915

Noman

Thanks for sharing the error details. It looks like there is some problem in the database which needs to be fixed in order to work WPML correctly on your site.

To take a closer look at the String Translation table issue, please provide temporary access (WP-Admin and FTP Login info) to your site (preferably staging site), so that I can look into your setup and debug the issue.

Your next answer will be private, meaning only you and I can access it.

=== Please backup your database and website ===

✙ I would need your permission to deactivate and reactivate Plugins and the Theme and to change configurations on the site. This is also a reason the backup is essential.

Thank you

marzo 3, 2026 a las 12:09 #17868208

Christopher Amirian
Partidario de WPML desde 07/2020

Idiomas: Inglés (English )

Zona horaria: Asia/Yerevan (GMT+04:00)

Hello,

This is Christopher taking over the ticket as Noman is on vacation.

I tried a few troubleshooting steps, and I could not find a solution for the empty list of strings and the error showing at the top.

As this is the most important issue that needs to be fixed, let's finish this before tackling the Elementor issue.

I want to ask for your permission to create a dump of the website to share with our second-tier support for further investigation.

Thanks.

marzo 3, 2026 a las 21:31 #17870201

maximilianoR-3

Thanks for your response Christoper. Sure, go ahead with that.

marzo 4, 2026 a las 16:54 #17872677

Christopher Amirian
Partidario de WPML desde 07/2020

Idiomas: Inglés (English )

Zona horaria: Asia/Yerevan (GMT+04:00)

Hello,

Thank you. The only way to fix the issue was to reset the languages. I went to WordPress Dashboard > WPML > Support > Troubleshootin (link)

Scrolled down to the Reset languages section and reset the languages.

After that, I followed the setup guide again and now the issue seems to be fixed.

Thanks.

El tema '[Cerrado] Elementor content missing in Advanced Translation Editor' está cerrado a nuevas respuestas.