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:
It would be very helpful if this problem could be fixed.
Thanks!
When the code is:PHP Fatal error: Uncaught Error: Class "mysqli" not found
$mysqli = new mysqli(DB_HOST, DB_USER, DB_PASSWORD, $db_name);
It would be very helpful if this problem could be fixed.
Thanks!