Can't Install the install.php

dataofcow

Пользователь
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
 

belomaxorka

Разработчик
Администратор
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
 
Сверху