db->last_query() and profiling of DB queries. | When you run a query, with this setting set to TRUE (default), | CodeIgniter will store the SQL statement for debugging purposes. | However, this may cause high memory usage, especially if you run | a lot of SQL queries ... disable this to avoid that problem. | | 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' => 'database-1.cz488qog4eiv.ap-northeast-2.rds.amazonaws.com', 'username' => 'admin', 'password' => 'leefaith99!', 'database' => 'butter_run', 'dbdriver' => 'mysqli', 'dbprefix' => '', 'pconnect' => FALSE, 'db_debug' => (ENVIRONMENT !== 'production'), 'cache_on' => FALSE, 'cachedir' => '', 'char_set' => 'utf8mb4', 'dbcollat' => 'utf8mb4_unicode_ci', 'swap_pre' => '', 'encrypt' => FALSE, 'compress' => FALSE, 'stricton' => FALSE, 'failover' => array(), 'save_queries' => TRUE );

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /var/www/html/butter_run/application/config/database.php:1)

Filename: core/Common.php

Line Number: 571

Backtrace:

File: /var/www/html/butter_run/application/core/MY_Controller.php
Line: 26
Function: __construct

File: /var/www/html/butter_run/index.php
Line: 315
Function: require_once

Error

An Error Was Encountered

No database connection settings were found in the database config file.