Welcome Guest, Not a member yet? Register   Sign In
Call to undefined function mysqli_connect()
#1

[eluser]mdrisser[/eluser]
Message: Call to undefined function mysqli_connect()
File: system/database/drivers/mysqli/mysqli_driver.php
Line: 63

PHP Version: 5.2.6
Apache: 2.2.9
Mysql: 5.0.67
OS: Mac OS X 10.4.11

system/application/config/database.php:
$active_group = "default";
$active_record = TRUE;

$db['default']['hostname'] = "localhost";
$db['default']['username'] = "myuser";
$db['default']['password'] = "mypassword";
$db['default']['database'] = "photos";
$db['default']['dbdriver'] = "mysqli";
$db['default']['dbprefix'] = "";
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = TRUE;
$db['default']['cachedir'] = "";
$db['default']['char_set'] = "utf8";
$db['default']['dbcollat'] = "utf8_general_ci";
$db['default']['port'] = "3306";




Theme © iAndrew 2016 - Forum software by © MyBB