Hello, i wanted to change PHP-FPM config for Apache2 because phpmyadmin didn't want to keep php 7.4 FPM configuration: I made: a2disconf php7.4-fpm a2enconf php8.0-fpm Then i made a2disconf php8.0-fpm a2enconf php7.4-fpm And restart apache et php7.4 service and now i have this errror when i want to go to phpmyadmin page : https://vmi730079.contaboserver.net:8080/phpmyadmin/ Service Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. I have aldready this problem when i want to open roundcube https://vmi730079.contaboserver.net/webmail/ Unsupported PHP version. Required PHP >= 5.4 and < 8.0. You might need to manually install the phpX.Y package (for X.Y < 8.0) as well as phpX.Y-{cli,intl,json,mbstring}. Thank you for you help. regards?
Hello, thank you for your snwer, it's ok now to access to phpmyadmin page when i check https://vmi730079.contaboserver.net/phpmyadmin/ without socket 8080 Fo roundcube acess i still have the message Unsupported PHP version. Required PHP >= 5.4 and < 8.0. You might need to manually install the phpX.Y package (for X.Y < 8.0) as well as phpX.Y-{cli,intl,json,mbstring}. Thank you for your help. Regards.
Upgrading Roundcube depends on how you've installed it in the first place. You may want to tell us what OS Version and ISPConfig version you are running.
Hello i have apply this solution : https://forum.howtoforge.com/thread...d-php-version-required-php-5-4-and-8-0.87862/ and now it's ok ! Code: a2disconf php8.0-fpm a2disconf php8.1-fpm a2disconf php8.2-fpm systemctl reload apache2 Access ti website is ok : https://www.esprizen.com/ I also check php config version : Code: update-alternatives --config php update-alternatives --config php-cgi systemctl reload apache2.service Just one think, i don't access to phpmyadmin and roudncube with port 8080 but with port 80.. I hope it will not be a conflict with the next ispconfig update..