Community, I'm going crazy over this error. I searched the site and although I found many answers about it (I believe I tried them all), I could not fix my problem.
Fatal error: Uncaught Error: Call to undefined function mysqli_connect() in C:\Users\Laureano\Desktop\Udemy\Web Dev\AppSalon_fin\includes\database.php:3 Stack trace: #0 {main} thrown in C:\Users\Laureano\Desktop\Udemy\Web Dev\AppSalon_fin\includes\database.php on line 3
This is what I've tried so you can cross it off the list.
- My php.ini file has been edited in order to have:
extension_dir set to recommended values, see here: extension_dir values
I removed the semicolon in extension=php_mysqli :enter image description here
I do have mysqli module installed as seen in this screenshot: enter image description here
Everytime I changed the .ini file I restarted the server from Windows Services: enter image description here
Now, I don't really know what else to do. If you can give me a hand I would much aprecciate it.