I have CloudLinux 7.9 running on Centos. WHM/Cpanel is also loaded and working. Installing mysqli should be easy according to all the Google search results... but as per usual, I am at a brick wall.
So I have 5.5 / 5.6 PHP loaded and in WHM I go to Software/Apache4 then click on Customize in the "Currently Installed" box. I then click PHP Extensions and it shows the list of whats available and I need mysqli for PHP5.6.
Any number of sites say to install the php56-php-mysqlnd and that is done, showing 5.6.40-19.el7.cloudlinux.2.
php -m |grep mysql shows nothing.
When I try to access a user web page I get "Error: Failed to start application: The MySQLi extension for PHP is not installed or enabled"
Clearly its not installed/loaded/ running, but I am stuck :-(
Help appreciated,
Regards,
Owen
So I have 5.5 / 5.6 PHP loaded and in WHM I go to Software/Apache4 then click on Customize in the "Currently Installed" box. I then click PHP Extensions and it shows the list of whats available and I need mysqli for PHP5.6.
Any number of sites say to install the php56-php-mysqlnd and that is done, showing 5.6.40-19.el7.cloudlinux.2.
php -m |grep mysql shows nothing.
When I try to access a user web page I get "Error: Failed to start application: The MySQLi extension for PHP is not installed or enabled"
Clearly its not installed/loaded/ running, but I am stuck :-(
Help appreciated,
Regards,
Owen
Comment