Welcome Guest, Not a member yet? Register   Sign In
Problem with Database Library
#5

[eluser]Einspruch[/eluser]
Those warnings were a result of an another error ( I added E_STRICT and then learned it was deprecated). Here are the fun details of my database.php config:

Code:
$active_group = "default";
$active_record = TRUE;

$db['default']['hostname'] = "localhost";
$db['default']['username'] = "XXXXXXX";
$db['default']['password'] = "XXXXXXX";
$db['default']['database'] = "digital";
$db['default']['dbdriver'] = "mysql";
$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";

Thanks!


Messages In This Thread
Problem with Database Library - by El Forum - 02-28-2009, 05:17 PM
Problem with Database Library - by El Forum - 02-28-2009, 05:45 PM
Problem with Database Library - by El Forum - 02-28-2009, 08:33 PM
Problem with Database Library - by El Forum - 02-28-2009, 08:52 PM
Problem with Database Library - by El Forum - 02-28-2009, 08:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB