After Rebuild Multiple PHP version, User settings are reseted .

utsman

New member
Joined
Jun 5, 2020
Messages
2
Our server using multiple php version

php1_release=7.3
php1_mode=php-fpm
php2_release=7.2
php2_mode=php-fpm
php3_release=5.6
php3_mode=php-fpm

Our customer selected using php5.6, 7.2 or 7.3 until then I add new version

php4_release=7.4
php4_mode=php-fpm

After rebuild, many customer complaining their website not working.
And when I check, customer domain setting that before using php.5.6 changed to 7.3

I'm not sure about this.
Does anyone face a problem like this ?

Thank you.
 
What’s the option conf file look like.

The system doesn’t update the user's choice if you change to a new position.
Example
If you had 5.6 in PHP 3
Then removed that and put 7.4 in position 3

then every user who chose position 3 which was 5.6. Is now using 7.4.
If you add or change versions in the order sequence the user hast rechoose which value they want.
The system looks at php1 php2 php3 php4. Not versions.
Hope that helps.
 
Last edited:
Back
Top