Can't Install the install.php

Started by dataofcow on 2024-11-16 20:06 — 1 replies, 430 views

#1
When I am trying to execute php install.php in the cmd I'm getting this following problem ext-mysqli not installed . Check out php.ini file please help couldn't solve after spending so much time
#2
Hi! Check your php.ini file on the server, it must have ext-mysql enabled

Find something like this
;extension=mysqli
and uncomment this line
extension=mysqli