Https://onokkabeh.000webhostapp.com/bdini/

hai!
i just created a new website but after i uploaded my content using code igniter i have a notice “invalid db driver” and i sure they are the same as the ones from 000webhost cPanel> Manage database how i fix it

and this my config databese file
$active_group = ‘default’;
$query_builder = TRUE;

$db[‘default’] = array(
‘dsn’ => ‘’,
‘hostname’ => ‘localhost’,
‘username’ => ‘id5245928_root’,
‘password’ => ‘*******’,
‘database’ => ‘id5245928_penjualan’,
‘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
);

@jaelaos Config seems fine. Make sure you’ve uploaded all your directories correctly.

or try to reupload all directories(codeigniter files) correctly and then try again.

thank’s

you save my live @akhilkumar332