PHP Classes

Fatal Error

Recommend this page to a friend!

      Login Controller  >  All threads  >  Fatal Error  >  (Un) Subscribe thread alerts  
Subject:Fatal Error
Summary:mysqli' not found
Messages:1
Author:ZZorro
Date:2010-08-28 00:15:29
 

  1. Fatal Error   Reply   Report abuse  
Picture of ZZorro ZZorro - 2010-08-28 00:15:29
I am getting the error:
Fatal error: Class 'mysqli' not found in /home/6/b/0/181750/181750/public_html/login/classes/database/database.inc on line 23
which is the line: $db = new mysqli ( $host, $user, $pass, $dbase );

The database and tables do exists and the connection, user name, and password are correct. Do you know what the problem may be and how to solve it? My site is on a hosting web server running PHP version 5.1.4 and Mysql version 4.0.24 .