We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
Many problems with PHP7.1
Many problems with PHP7.1
Hello,
I have just passed my dedicated server to PHP7.1 but many problems arise.
Some WordPress sites no longer display (white page) and others no longer work properly (incorrect display, non-functional php functions...)
Where can that come from ?
Thank you in advance.
I have just passed my dedicated server to PHP7.1 but many problems arise.
Some WordPress sites no longer display (white page) and others no longer work properly (incorrect display, non-functional php functions...)
Where can that come from ?
Thank you in advance.
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: Many problems with PHP7.1
If your sites are old and not compatible with PHP 7, you should
1. stick to PHP 5.6
or
2. Upgrade your WP core, plugins, theme and any custom functions to be compatible with PHP 7
There is a good plugin php-compatibility-checker that you can use to check compatibility of your sites with PHP 7
1. stick to PHP 5.6
or
2. Upgrade your WP core, plugins, theme and any custom functions to be compatible with PHP 7
There is a good plugin php-compatibility-checker that you can use to check compatibility of your sites with PHP 7
Re: Many problems with PHP7.1
Thank you for your prompt response. If I want to keep PHP7.1 (or 7.2) and PHP5.6, how should I proceed? The MultiPHP module does not work properly on my side.
Thank you for your help.
Thank you for your help.
Re: Many problems with PHP7.1
If you want use multiple php version you need install it in new paths or compile it, but the result was the same than multiphp script, you need do the same.Daimko wrote:Thank you for your prompt response. If I want to keep PHP7.1 (or 7.2) and PHP5.6, how should I proceed? The MultiPHP module does not work properly on my side.
Thank you for your help.