Welcome Guest, Not a member yet? Register   Sign In
Database Error
#1

I installed xampp in d drive.When i load the database I got a  error "Fatal error: Call to undefined function mysqli_init() in D:\xampp\htdocs\ci\system\database\drivers\mysqli\mysqli_driver.php on line 135".. But same folder working fine in another machine installed xampp in c drive.
Also in php.ini

Code:
extension=php_mysqli.dll
 is activated.Plz help how to solve
Reply
#2

Have you updated the following configuration in config/database.php file


PHP Code:
$db['default']['dbdriver'] = "mysqli"
Reply




Theme © iAndrew 2016 - Forum software by © MyBB