Skip Navigation

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

Problem:
The client was unable to insert a new WPML license key because the website was registered under a different account, which the client did not have access to. The client was looking for a way to unregister the old key and register the new one.
Solution:
We recommended two approaches to resolve the issue:
1. Navigate to the WPML Commercial tab in the WordPress admin or directly access https://gottazcentre.ch/wp-admin/plugin-install.php?tab=commercial. Here, the client should find and click on 'Unregister WPML' and then use the 'Register WPML' option to add the new key.
2. As a workaround, we suggested adding the license key directly to the

wp-config.php

file. This involves editing the file and adding the following line of code:

define( 'OTGS_INSTALLER_SITE_KEY_WPML', 'your-site-key' );

If these steps do not resolve the issue, we advised the client to provide us with temporary access to the site for further investigation, ensuring all privacy and security measures are adhered to.

Please note that this solution might be outdated or not applicable to your case. If you continue to experience issues, we highly 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 needed, do not hesitate to open a new support ticket 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 3 replies, has 2 voices.

Last updated by Mateus Getulio 9 months, 2 weeks ago.

Assisted by: Mateus Getulio.

Author Posts
July 6, 2024 at 12:39 pm #15903177
July 6, 2024 at 10:17 pm #15904540

Mateus Getulio
Supporter

Languages: English (English ) Portuguese (Brazil) (Português )

Timezone: America/Sao_Paulo (GMT-03:00)

Hello Tom,

Can you please access the Commercial tab or simply click the link hidden link

In there you should see an option Unregister WPML. Click on it and a new option will appear 'Register WPML'. Add the key you generated and the issue should be fixed.

Obs.: When adding the site to the WPML account page to create the key, it is necessary to use the exact same format as available inside the wp-admin > settings > general, eg.: http or https | www or non-www, otherwise there might be an issue with the validation.

Thank you, please let us know how that goes.
Mateus

July 7, 2024 at 6:00 am #15906266

tomS-10

Thank you for your suggestions Mateus, unfortunately I do not see an option to "Unregister WPML". refer to attached screenshot.

I can also confirm the Registered website url in WPML matches that which is defined in the Settings > General > WordPress Address / Site Address.

I think I need to somehow remove the old key defined in another WPML account which I do not have access to.

Regards,
Tom

Screenshot 2024-07-07 at 07.51.53.png
July 8, 2024 at 11:51 am #15912813

Mateus Getulio
Supporter

Languages: English (English ) Portuguese (Brazil) (Português )

Timezone: America/Sao_Paulo (GMT-03:00)

Hello Tom,

What if you try to add the license directly to the wp-config.php file as a workaround?

You can do it by editing the file and adding the following code with your key:

define( 'OTGS_INSTALLER_SITE_KEY_WPML', 'your-site-key' );

If it doesn't work, I would like to request temporary access (wp-admin and FTP) to your site to take better look at the issue. You will find the needed fields for this below the comment area when you log in to leave your next reply. The information you will enter is private which means only you and I can see and have access to it.

Our Debugging Procedures

I will be checking various settings in the backend to see if the issue can be resolved. Although I won't be making changes that affect the live site, it is still good practice to backup the site before providing us access. In the event that we do need to debug the site further, I will duplicate the site and work in a separate, local development environment to avoid affecting the live site.

Privacy and Security Policy

We have strict policies regarding privacy and access to your information. Please see:
https://wpml.org/purchase/support-policy/privacy-and-security-when-providing-debug-information-for-support/

**IMPORTANT**

- Please make a backup of site files and database before providing us access.
- If you do not see the wp-admin/FTP fields this means your post & website login details will be made PUBLIC. DO NOT post your website details unless you see the required wp-admin/FTP fields. If you do not, please ask me to enable the private box. The private box looks like this: hidden link

Please, let me know if you need any additional details. Have a nice day.

July 8, 2024 at 2:52 pm #15914134

tomS-10

Hi Mateus,

The work around worked.. I placed the license key in the wp-config.php

Thank you