0
I’ve been getting this error and I don’t know how to fix it. I don’t use xampp on my machine and below, it is possible to observe my php configuration file. Can anyone help me ?
0
I’ve been getting this error and I don’t know how to fix it. I don’t use xampp on my machine and below, it is possible to observe my php configuration file. Can anyone help me ?
Browser other questions tagged php ini
You are not signed in. Login or sign up in order to post.
Check if the extension
mysqli.so
ormysqli.dll
is entitled tophp.ini
and installed on your server. If you are not usingsudo apt-get install php-mysqli
and addextension=mysqli.so
(Linux) orextension=mysqli.dll
(Windows)– Valdeir Psr
Extension=mysqli.dll in Windows cmd ?
– Alexsander Caproni
No, in the file
php.ini
.– Valdeir Psr
in php 7.0, there are two types of php.ini. php.ini-Development and php.ini-Production. I must do both of these ?
– Alexsander Caproni
Searches in the image the value of "Loaded Configuration File", it is in this file that you should edit.
– Valdeir Psr
Continues to accuse the same error. I removed ; in front of the name of Extension=php_mysqli.dll
– Alexsander Caproni
Let’s go continue this discussion in chat.
– Valdeir Psr