[eluser]Yusni El-Joy[/eluser]
i have same problem, my database configuration in database.php looks like :
$active_group = "default";
$active_record = TRUE;
$db['default']['hostname'] = "127.0.0.1";
$db['default']['username'] = "postgres";
$db['default']['password'] = "password";
$db['default']['database'] = "test";
$db['default']['dbdriver'] = "postgre";
$db['default']['dbprefix'] = "";
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = "";
$db['default']['char_set'] = "utf8";
$db['default']['dbcollat'] = "utf8_general_ci";
$db['default']['port'] = 5432;
=======================================================
my autoload.php looks like :
$autoload['libraries'] = array('database');
=======================================================
but it just produces white blank page in my website, and it is not happen when i use mysql connection.
Thanks for your solution....