[Please Help] yoast seo & Rank Math seo plugin are not working on php 8.1.0, What to do ?
[Please Help] yoast seo & Rank Math seo plugin are not working on php 8.1.0, What to do ?
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..........
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 ?
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.
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 ?
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 ?
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.
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 ?
Try to install php 7.4
afrer that choose template php74 for your domain
If this will not helped, provide access to your server. And we will check it.
Code: Select all
wget https://vestacp.com/php/vst-install-php.sh
bash vst-install-php.sh --php74
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 ?
This Method Is Works Without any Problem.imperio wrote: ↑Fri Nov 19, 2021 1:49 pmTry to install php 7.4afrer that choose template php74 for your domainCode: Select all
wget https://vestacp.com/php/vst-install-php.sh bash vst-install-php.sh --php74
If this will not helped, provide access to your server. And we will check it.
Can I use this method for long term ?