derikdantas
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocomerce 6.5 crash by polyfill-php80/bootstrap.phpThanks for the advice @josuevivash
Forum: Plugins
In reply to: [WooCommerce] Woocomerce 6.5 crash by polyfill-php80/bootstrap.phpMy question still about “Will woocomerce crash with 8.0~8.1 php?”
Hello,
“Você precisa ir para as configurações de OAuth no lado esquerdo do console do desenvolvedor. Em seguida, publique seu aplicativo para que ele vá de “teste” para “produção”.”
This worked for me.
Thanks.
Hello,
I am also having this same problem when clicking on “allow plugin to send emails using Google account” and the message appears:
EMAIL DELIVERY ERROR: the plugin WP Mail SMTP v2.5.1 logged this error during the last time it tried to send an email:
Mailer: Gmail
{
“error”: {
“code”: 401,
“message”: “Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.”,
“errors”: [
{
“message”: “Login Required.”,
“domain”: “global”,
“reason”: “required”,
“location”: “Authorization”,
“locationType”: “header”
}
],
“status”: “UNAUTHENTICATED”
}
}
Consider running an email test after fixing it.