Welcome Guest, Not a member yet? Register   Sign In
help .. i cant connect to my databse
#3

[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....


Messages In This Thread
help .. i cant connect to my databse - by El Forum - 04-20-2008, 08:31 PM
help .. i cant connect to my databse - by El Forum - 04-20-2008, 08:34 PM
help .. i cant connect to my databse - by El Forum - 05-30-2008, 09:36 PM
help .. i cant connect to my databse - by El Forum - 05-31-2008, 04:58 PM
help .. i cant connect to my databse - by El Forum - 06-02-2008, 03:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB