Skip to content Skip to sidebar

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.

This topic contains 2 replies, has 1 voice.

Last updated by Andreas W. 2 months, 4 weeks ago.

Author Posts
January 30, 2026 at 6:37 pm #17779261

hartmutH-4

Subject: Translated pages (100% completed) not showing up in the English page list
Problem Description: I am experiencing a persistent issue where translated pages do not appear in the English page list, even though the translation process is completed.
Details:
Status: The translation is 100% finished and marked as "complete" in the Advanced Translation Editor.
Icons: In the German page list, the English column shows the "pencil" icon (indicating a finished translation), but when I switch the language switcher in the admin bar to "English", the pages are not listed there.

Troubleshooting steps already taken:
Cleared WPML cache and ran "Remove ghost entries from translation tables".
Synchronized post taxonomies and fixed element_type collation.
Cleared NitroPack (Object Cache).
The pages are not in the "Trash" or "Drafts" section.

Environment: I am using Elementor and the latest version of WPML. The templates (Header/Footer) are also affected by synchronization issues.

Request: Could you please check if there is a synchronization lock in the icl_translations table or a database mismatch that prevents the translated post_type from being correctly associated with the English language list?

January 30, 2026 at 6:57 pm #17779309

hartmutH-4

Ich bin mit der KI nun einige Dinge durchgegangen und habe den ganzen Tag versucht, das Problem mit Gemini zu lösen. Es ist mir leider nicht gelungen. Ich bin ganz verzweifelt, dass die beiden Seiten nicht angezeigt werden. Können Sie helfen?

January 31, 2026 at 8:07 am #17779799

Andreas W.
WPML Supporter since 12/2018

Languages: English (English ) German (Deutsch )

Timezone: America/Lima (GMT-05:00)

Hallo,

Es scheint als sind die minimalen Voraussetzungen auf dem Server nicht erfüllt:
https://wpml.org/de/startseite/mindestanforderungen/

Könntest Du bitte die WordPress-Speichergrenze (WP Memory Limit) auf mindestens 256 MB erhöhen? Für WPML ist mindestens 128M erforderlich.
Deine aktuellen Werte sind:

PHP MemoryLimit 1024M
WP Memory Limit 40M

Du musst Dich dazu mit dem Server Deiner Website verbinden und die Datei wp-config.php in einem Text-Editor öffnen. Die Datei befindet sich im Stammverzeichnis von WordPress.

Füge diesen Code der Datei wp-config.php hinzu, um den Arbeitsspeicher von WordPress zu erhöhen:

define ('WP_MEMORY_LIMIT', '256M');

Füge dies kurz vor diesem Kommentar ein:

// That's all, stop editing! Happy blogging.

Die aktuellen Werte lassen sich unter WPML > Support > WordPress einsehen.

Diese Einstellungen können direkt von Ihrem Hosting-Provider eingeschränkt werden. Daher empfehle ich, sich mit ihnen in Verbindung zu setzen und dort darum zu bitten, diese direkt zu ändern, sollten die Änderungen nicht direkt übernommen werden.

Führe die Übersetzung nach Anpassung des Limits bitte erneut durch. Sollte sich das Problem damit nicht lösen, dann lass es mich bitte wissen.

Mit freundlichen Grüßen
Andreas

The topic ‘[Closed] Translated pages (100% completed) not showing up in the English page list’ is closed to new replies.