Solved :Moodle 4.2 installation on Ubuntu 22.04 - Error: database driver problem detected The site administrator should verify server configuration PHP has not been properly configured with the MySQLi extension for it to communicate with MySQL. Please check your php.ini file or recompile PHP.
Moodle 4.2 installation on Ubuntu 22.04 with php8.0.
Error message is because of the php extension. Make sure all the extensions are correctly installed:
Error: database driver problem detected
The site administrator should verify server configuration PHP has not been properly configured with the MySQLi extension for it to communicate with MySQL.
Please check your php.ini file or recompile PHP.
Solution :
#sudo apt install php8.0-mysql
# sudo service apache2 restart
Comments
Post a Comment