Question
When tryign to change PHP version using CloudLinux PHP manager, I receive, "Cannot get extensions list for version "8.0". Please, make sure that native php works fine". Why?
Answer
This means the PHP packages are not present. Please use yum groupinstall
to install the needed packages.
yum groupinstall alt-php
Comments
0 comments
Article is closed for comments.