I already checked in php.ini
that
extension=mbstring
extension=exif
extension=pdo_mysql
are uncommented.
The mysqli.dll
file is at ext folder in PHP.
I restarted my server and run as administrator.
I also restarted my PC but the error is still there.
I am using PHP7.4.3 with Apache 2.4 and MySQL 8 with phpMyAdmin.
2
Answers
add path in extension php.ini file.
like this …
extension=E:AplikasiXAMPPphpphp_mysqli.dll
I had got the same issue and found out that there are 2 PHP on my machine. So, I changed listen port to another port 81 in httpd.conf.