There are none I can find on the older mysql to mysqli .
But there must be many instances of the mysqli throughout this code.. All the newer scripts are being based in the newer MySql versions.
Lock Down Reviewed by Lock Down on . MySQL error I am trying to install a script. The database connection is successful but when opening the index page I get: Fatal error: Class 'mysqli' not found in /home/***/public_html/***/file*name.php on line ** And in file*name.php I have: $this->db = new mysqli($config, $config, $config, $config ); I tried changing mysqli to mysql but din't work. Any help would be appreciated. Rating: 5