I am using codeigniter and I was having a problem in .htaccess file then when the site opened an error appear:
A Database Error Occurred Unable to connect to your database server using the provided settings. Filename: core/Loader.php Line Number: 346
I searched for the solution and I get that:
database.php file:
$db[‘default’][‘db_debug’] = TRUE
change it to $db[‘default’][‘db_debug’] = FALSE
It works to open the view files but no action with database it gives an error
and another solution that didn't work was
database file:
$db['default']['pconnect'] = TRUE;
set to false.