Skip Navigation

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

Problem:
The client needed assistance with using WPML on a copied site after receiving a message about a domain change.

Solution:
1. We advised the client to select the option indicating that the site is a copy and that they do not intend to share the same translation memory.
2. Next, we instructed the client to navigate to Plugins -> Add new -> Commercial tab, unregister WPML, and then register it again with a new registration key.
3. We also recommended increasing the WordPress memory limit to at least 128MB by adding the following code to the wp-config.php file:

/* Memory Limit */<br />define('WP_MEMORY_LIMIT', '128M');

This code should be placed above the line /* That's all, stop editing! Happy blogging. */
4. The client can verify the WordPress memory limit in WPML -> Support.

Please note that this solution might be irrelevant if it's outdated or not applicable to your case. If this doesn't resolve your issue, we highly recommend checking related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still need assistance, please open a new support ticket.

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.

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Carlos Rojas 1 year, 2 months ago.

Assisted by: Carlos Rojas.

Author Posts
March 7, 2024 at 2:12 pm #15384754

simonH-42

I copied the site joshi-foundation.ch. I reset all the wpml-stuff i could see on ursula-joshi-stiftung.ch, but still i get a message that i changed the domain and the question what the case is. (see screenshot)

What do i need to do for using wpml on both sites?

screenshot-wpml.PNG
March 7, 2024 at 2:39 pm #15384935

Carlos Rojas
WPML Supporter since 03/2017

Languages: English (English ) Spanish (Español )

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

Hello,
Thank you for contacting us

1.- In this case you need to select the option that this is a copy of the site and that you are not going to share the same translation memory. Then you have to go to Plugins -> Add new -> Commercial tab -> Unregister WPML and register it again with a new registration key.

2.- Please increase the WP memory Limit. Minimum requirements are 128Mb: https://wpml.org/home/minimum-requirements/
You can add this to wp-config.php to increase WP memory:`

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

- Add it above the line /* That's all, stop editing! Happy blogging. */

You can double-check the WordPress memory limit in WPML -> Support

Regards,
Carlos