0

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.

Greg Schmidt
  • 4,760
  • 2
  • 11
  • 33

2 Answers2

0

add path in extension php.ini file. like this ... extension=E:\Aplikasi\XAMPP\php\php_mysqli.dll

M.Hakim
  • 13
  • 4
0

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.

Dharman
  • 26,923
  • 21
  • 73
  • 125