Hi I just want to clear the question in my mind. I got an error
Unable to connect to your database server using the provided settings.
Filename: core/Loader.php
Line Number: 346
after reading some of issue about that error I try to set $db['default']['db_debug'] = TRUE;
to $db['default']['db_debug'] = FALSE;
and it works!
as I read this in manual of CI Database Configuration
db_debug - TRUE/FALSE (boolean) - Whether database errors should be displayed.
I want to know that does really fix the problem or hiding not the error, but if it only hiding it how come it works? I am worried that it may cause future problem.
same question exist here.
any information and ideas is big help and well appreciated.Many Thanks!