Pular para o conteúdo Pular para a barra lateral

Este tópico foi resolvido. Aqui está uma descrição do problema e da solução.

Problem:
After upgrading to PHP 8.3, you received a message from WPML stating that your site does not meet the minimum requirements because the WordPress REST API is not responding correctly. This could be due to security plugins, server configurations, or custom rewrite rules.
Solution:
We have verified the REST API test endpoint and found that the message is a false negative; your REST API is functioning correctly. You can safely ignore this message. If you continue to experience issues or if this solution becomes outdated, 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 problems persist, please do not hesitate to open a new support ticket at WPML support forum.

Este é o fórum de suporte técnico para o WPML — o plugin de WordPress multilíngue.

Todos podem ler, mas apenas clientes do WPML podem postar aqui. A equipe do WPML responde no fórum 6 dias por semana, 22 horas por dia.

Marcado: 

Este tópico contém 1 respostas, tem 0 vozes.

Última atualização: fabio-luizT 2 meses, 1 semana atrás.

Assistido por: Lucas Vidal de Andrade.

Autor Posts
Março 4, 2026 às 13:20 #17872050

fabio-luizT

I need your assistance. After upgrade PHP to 8.3 I ´ve got this message from WPML. What should I do?

Your site doesn't meet WPML's minimum requirements
Ensure your site runs smoothly with WPML by meeting these simple minimum requirements.

1 / 1
WordPress REST API

Hide details
The WordPress REST API must be enabled for WPML to function correctly.

The REST API test endpoint link oculto is not responding correctly.

Common causes:

• A security plugin or firewall is blocking REST API requests
. • The REST API has been disabled via the filter rest_enabled
. • Server configuration (Apache/Nginx) is interfering with query parameters.
• Custom rewrite rules are conflicting with WordPress routing.

Troubleshooting: Try accessing the test endpoint directly in your browser. It should return a JSON response with `` “status”:“valid”and ` “get_parameters”:“valid”`.

Março 5, 2026 às 10:05 #17874283

Lucas Vidal de Andrade
Apoiador do WPML desde 11/2023

Idiomas: Inglês (English ) Espanhol (Español ) Alemão (Deutsch ) Português (Português )

Fuso horário: Europe/Vienna (GMT+02:00)

Hey there,

I've checked the link, and the message is a false negative. Your REST API is working as intended. It's unfortunately common to become a false diagnostic, mostly because of third party plugins interfering with it.

You can ignore the message 🙂

Março 8, 2026 às 12:54 #17880163

fabio-luizT

OK. I downgraded the PHP version and the error message was gone.