Welcome Guest, Not a member yet? Register   Sign In
Error Message
#5

I am still missing something. I still get the same error message.

|
| The $active_group variable lets you choose which connection group to
| make active. By default there is only one group (the 'default' group).
|
| The $query_builder variables lets you determine whether or not to load
| the query builder class.
*/
$active_group = 'default';
$query_builder = TRUE;

$db['default'] = array(
'dsn' => '',
'hostname' => 'localhost:8888/Ci/', (I have tried localhost, localhost:8888, and then localhost:8888/Ci/.
'username' => 'ss_dbname_14777f',
'password' => 'ss_dbname_14777f!@#',
'database' => 'ss_dbname_14777f',
'dbdriver' => 'mysqli',
'dbprefix' => '',
'pconnect' => FALSE,
'db_debug' => (ENVIRONMENT !== 'production'),
'cache_on' => FALSE,
'cachedir' => '',
'char_set' => 'utf8',
'dbcollat' => 'utf8_general_ci',
'swap_pre' => '',
'encrypt' => FALSE,
'compress' => FALSE,
'stricton' => FALSE,
'failover' => array(),
'save_queries' => TRUE
);
Reply


Messages In This Thread
Error Message - by Sailor - 01-12-2018, 07:56 PM
RE: Error Message - by natanfelles - 01-12-2018, 09:54 PM
RE: Error Message - by Sailor - 01-13-2018, 01:14 AM
RE: Error Message - by jreklund - 01-13-2018, 01:56 AM
RE: Error Message - by Sailor - 01-13-2018, 02:18 AM
RE: Error Message - by jreklund - 01-13-2018, 04:44 AM
RE: Error Message - by Sailor - 01-13-2018, 06:27 AM
RE: Error Message - by jreklund - 01-13-2018, 07:34 AM
RE: Error Message - by Sailor - 01-13-2018, 06:51 PM
RE: Error Message - by Sailor - 01-13-2018, 10:53 PM
RE: Error Message - by jreklund - 01-14-2018, 04:02 AM
RE: Error Message - by InsiteFX - 01-14-2018, 04:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB