mysqli functions not working

pausatfx

New Member
Messages
15
Reaction score
1
Points
3
My site has been working fine, but now (9 PM Eastern time) the mysqli class and related functions needed to access the database are not working. The error log says:
PHP Fatal error: Uncaught Error: Class "mysqli" not found
When the code is:
$mysqli = new mysqli(DB_HOST, DB_USER, DB_PASSWORD, $db_name);

It would be very helpful if this problem could be fixed.

Thanks!
 

mrburnsx

Community Advocate
Community Support
Messages
432
Reaction score
44
Points
28
Please make sure it is enabled in the control panel in Extra Features > Select PHP Version
 
Top