Page 1 of 1

[Please Help] yoast seo & Rank Math seo plugin are not working on php 8.1.0, What to do ?

Posted: Thu Nov 18, 2021 1:16 pm
by Biycchu
Hi Guys,
My all servers are on digitalocean. I have install a fresh vestacp which default included with php 8.1.0
and yoast seo, rank math plugin are not comparable with php 8.10. What to do now.
If i activate yoast then site is loading a white blank page on the other rank math plugin is not active able.

I try to solve this issue by downgrade php version (php 7.4) but after downgrade phpmyadmin is no accessible permission.

Please give me any solution..........

Re: [Please Help] yoast seo & Rank Math seo plugin are not working on php 8.1.0, What to do ?

Posted: Thu Nov 18, 2021 7:24 pm
by sandro
I think the best solution is to manually check the nginx/apache configuration for phpmyadmin.

Perhaps the error is related to the php-fpm service.

Re: [Please Help] yoast seo & Rank Math seo plugin are not working on php 8.1.0, What to do ?

Posted: Thu Nov 18, 2021 8:07 pm
by imperio
What OS on your server?

Re: [Please Help] yoast seo & Rank Math seo plugin are not working on php 8.1.0, What to do ?

Posted: Fri Nov 19, 2021 2:40 am
by Biycchu
imperio wrote:
Thu Nov 18, 2021 8:07 pm
What OS on your server?
centos 7


sir please give me any idea to run my wordpress sites. And I don't want to go with othercp because i don't like other cps

Re: [Please Help] yoast seo & Rank Math seo plugin are not working on php 8.1.0, What to do ?

Posted: Fri Nov 19, 2021 12:44 pm
by sandro
Could you share the messages in the Apache error file?

On CentOS you will find this file in the /var/log/httpd/domains directory.

The filename should be something similar to <your hostname>.error.log.

Another directory that may also have information to help resolve your issue is /var/log/nginx.

Check the error.log file for messages.

Re: [Please Help] yoast seo & Rank Math seo plugin are not working on php 8.1.0, What to do ?

Posted: Fri Nov 19, 2021 1:49 pm
by imperio
Try to install php 7.4

Code: Select all

wget https://vestacp.com/php/vst-install-php.sh
bash vst-install-php.sh --php74
afrer that choose template php74 for your domain
If this will not helped, provide access to your server. And we will check it.

Re: [Please Help] yoast seo & Rank Math seo plugin are not working on php 8.1.0, What to do ?

Posted: Sat Nov 20, 2021 1:05 pm
by Biycchu
imperio wrote:
Fri Nov 19, 2021 1:49 pm
Try to install php 7.4

Code: Select all

wget https://vestacp.com/php/vst-install-php.sh
bash vst-install-php.sh --php74
afrer that choose template php74 for your domain
If this will not helped, provide access to your server. And we will check it.
This Method Is Works Without any Problem.

Can I use this method for long term ?

Re: [Please Help] yoast seo & Rank Math seo plugin are not working on php 8.1.0, What to do ?

Posted: Mon Nov 22, 2021 4:21 pm
by imperio
yes