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 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 -

Supporter timezone: Asia/Singapore (GMT+08:00)

This topic contains 1 reply, has 0 voices.

Last updated by Kor 3 weeks, 5 days ago.

Assisted by: Kor.

Author Posts
May 20, 2025 at 8:58 pm #17054603

roshanD

Background of the issue:
I am trying to configure the WPML multilingual CMS plugin on my site. The site was previously at hidden link and is now at the same URL: hidden link. Here is the link to the page where the issue can be seen: hidden link.

Symptoms:
The WPML plugin indicates an issue with the site URL, stating 'Looks like this site was previously at hidden link and now it’s at hidden link.' WPML was unable to translate the site's translations, content, translation memory, and glossary to this new URL.

Questions:
How can I resolve the issue with the WPML plugin regarding the site URL?
What steps should I take to ensure WPML translates the site's content correctly?

May 21, 2025 at 1:16 am #17054786

Kor
WPML Supporter since 08/2022

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for contacting us.

Based on your screenshot, it looks like you're stuck in a loop. For the "WPML has detected a new address for this site" banner, click on yes and on the second popup, please try clicking on the "I will assign translation credits" option.

Then, let me know if this fixes the issue.

While checking the debug info, I see that the WordPress Memory Limit is below the requirements. The minimum requirements are 128M, but we do recommend 256M and the debug information of your site shows it set to 40M. Please check this link for more details
https://wpml.org/home/minimum-requirements/.
You can increase it by adding the following code in your wp-config.php file, right before the /* That’s all, stop editing! Happy publishing. */ line:

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

After adding the code you can confirm that the memory was changed correctly from WPML > Support > WordPress > Memory limit.

The topic ‘[Closed] To configure WPML in my site’ is closed to new replies.