Questo thread è stato risolto. Ecco una descrizione del problema e della soluzione.
Problem: You are encountering an API error stating 'No sitekey found for this website' after deregistering and activating a new key on your WPML installation. Additionally, despite translating links in ATE and updating them, they remain in the original language. Solution: First, ensure that the sitekey issue is resolved by checking if the new key is correctly activated in your WPML account. If the problem persists, it might be due to a known issue which our developers are currently addressing. You can track the progress and find more details on this issue at WPML Errata page. For the link translation issue, it is identified as a new problem, and our developers are working to resolve it in the upcoming version of WPML.
If these solutions do not apply to your case, or if the problem persists, 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 you still need assistance, please open a new support ticket at WPML support forum.
Questo è il forum di assistenza tecnica di WPML, il plug-in multilingue di WordPress.
La sua lettura è permessa a tutti, ma la pubblicazione è riservata esclusivamente ai clienti di WPML. Il team di WPML risponde sul forum 6 giorni su 7, 22 ore su 24.
Contesto del problema:
I am trying to resolve an issue with WPML on my website link nascosto. I have already deregistered and activated a new key, but the problem persists. I encountered an API error with the message: {"errorData":{"status":400,"title":"Api error missing resource","detail":"No sitekey found for this website"}}.
Sintomi:
No sitekey found for this website.
Domande:
How can I resolve the 'No sitekey found for this website' error after deregistering and activating a new key?
Lingue: Inglese (English )Spagnolo (Español )Tedesco (Deutsch )
Fuso orario: America/Lima (GMT-05:00)
Hello,
I would like to offer to take a closer look and request temporary access (wp-admin and FTP) to the website to investigate the issue further.
The required fields are located below the comments section when you log in to leave the next reply. The information you provide is private, meaning only you and I can see and access it.
IMPORTANT
Please be sure to back up your website and database before granting us access.
If you can't see the "wp-admin / FTP" fields, your post and website credentials will be set to "PUBLIC." DO NOT publish the data unless you see the required wp-admin / FTP fields.
The private reply form looks like this: link nascosto
Click "I still need assistance" the next time you reply.
Video: link nascosto
Please note that we are required to request this information individually on each ticket. We are not permitted to access any credentials that were not specifically submitted on this ticket using the private response form.
Lingue: Inglese (English )Spagnolo (Español )Tedesco (Deutsch )
Fuso orario: America/Lima (GMT-05:00)
Your site appears to be registered correctly, and the Advanced Translation Editor is functioning.
The issue here might be that the current WP MEMORY LIMIT is set to 128 MB while the site currenlty needs about 186MB to operate without issues. See screenshot.
Could you please increase the WordPress memory limit (WP Memory Limit) to at least 256 MB? WPML requires at least 128 MB.
Your current values are:
PHP Memory Limit 512 MB
WP Memory Limit 128 MB
To do this, you need to connect to your website's server and open the wp-config.php file in a text editor. The file is located in the WordPress root directory.
Add this code to the wp-config.php file to increase WordPress memory:
define ('WP_MEMORY_LIMIT', '256M');
Add this just before this comment:
// That's all, stop editing! Happy blogging.
The current values can be viewed under WPML > Support > WordPress.
These settings can be restricted directly by your hosting provider. Therefore, I recommend contacting them and asking them to change the settings directly if the changes are not implemented immediately.
If you need my assistance with adjusting the limit in WordPress, please let me know.
Lingue: Inglese (English )Spagnolo (Español )Tedesco (Deutsch )
Fuso orario: America/Lima (GMT-05:00)
I do not see any new errors regarding "No sitekey found". The last entry was from yesterday 2025/09/04 3:08:32 PM.
The issue I see at WPML > Support is that the REST API is disabled and this can lead to issues with WPML and its Advanced Translation Editor. Anyhow, this seems to be a false positive, as the REST API seems to be active on your site.
Also, do you have any issues with the usage of the Advanced Translation Editor or credits for automatic translation?
Furthermore, I found that even though the links were translated in ATE and updated, they remain in the original language and have not been translated, as reported by ATE. Is this always the cause of the problem?