How to enable mySQLi

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
HYDDEN
New to forums
New to forums
Posts: 2
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Aug 22, 2018 7:47 pm

How to enable mySQLi

Post by HYDDEN »

Hi me and my team are new to using NFO as our main webhosting system and we just had a (hopefully) basic question. We were wondering how we could enable mySQLi without access to the php.ini after emailing a staff member he had told me it is possible through a .htaccess file though I would know the exact way of enabling it through this file type. If anyone could help us with this a fast response would be appreciated :)
HYDDEN
New to forums
New to forums
Posts: 2
Joined: Wed Aug 22, 2018 7:47 pm

Re: How to enable mySQLi

Post by HYDDEN »

Capture.PNG
the current error we get
User avatar
Edge100x
Founder
Founder
Posts: 12945
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: How to enable mySQLi

Post by Edge100x »

mysqli is fully supported in PHP and doesn't need to be specially-enabled; it's odd that a staffmember would not have said that. PDO also works. PHP 7 just doesn't support the original "mysql" (non-"i") functions.

Your screenshot suggests an application-specific bug. Please ask the developer about this one -- resolving it will require looking at the code and changing it.
Post Reply