Skip to content Skip to sidebar

This thread is resolved. Here is a description of the problem and solution.

Problem:
You are experiencing a 'nothing found' issue on some pages after translating your website from English to Turkish.
Solution:
We recommend checking if your website meets the minimum memory requirements for WPML. WPML needs a memory limit of at least 128MB, with 256MB recommended. You can set the WP Memory Limit in your wp-config.php file by adding the following code:

define('WP_MEMORY_LIMIT', '256M');<br />define('WP_MAX_MEMORY_LIMIT', '512M');

For more details on editing your wp-config.php, visit https://wordpress.org/support/article/editing-wp-config-php/#increasing-memory-allocated-to-php. After increasing the memory, make a small change on the original page and update the translation of the problematic pages. If this does not resolve the issue, we 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 the problem persists, please open a new support ticket for further assistance 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.

This topic contains 1 reply, has 2 voices.

Last updated by Lucas Vidal de Andrade 1 year, 9 months ago.

Assisted by: Lucas Vidal de Andrade.

Author Posts
July 25, 2024 at 11:22 am #16003020

inovena

Background of the issue:
On our website we just finished from English to Turkish translation.

Symptoms:
In some pages when we click we just see 'nothing found'.

Questions:
How can we fix the 'nothing found' issue on translated pages?

July 25, 2024 at 5:32 pm #16005012

Lucas Vidal de Andrade
WPML Supporter since 11/2023

Languages: English (English ) Spanish (Español ) German (Deutsch ) Portuguese (Brazil) (Português )

Timezone: Europe/Vienna (GMT+02:00)

Hey there,

Welcome to the WPML Support. I checked your debug info and noticed that your website doesn't have the minimum memory required for WPML to work. WPML requires a memory limit of at least 128MB while 256MB is recommended. See https://wpml.org/home/minimum-requirements/ for detailed information. You can set WP Memory Limit in your wp-config.php file by adding the following code:

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

See:

https://wordpress.org/support/article/editing-wp-config-php/#increasing-memory-allocated-to-php

for details. Increasing WP Memory may help improve the performance and sometimes also help resolving such issues.

After increasing the memory, please make a small change on the original page and update the translation of the problematic pages. Let me know if that solves your issue.