I cannot configure the database cache for my system. I tried every configuration available on the Internet. please help me.
$db['default'] = array(
'dsn' => '',
'hostname' => 'localhost',
'username' => 'root',
'password' => '123',
'database' => 'test',
'dbdriver' => 'mysqli',
'dbprefix' => '',
'pconnect' => FALSE,
'db_debug' => TRUE,
'cache_on' => TRUE,
'cachedir' => 'application/cache',
'char_set' => 'utf8',
'dbcollat' => 'utf8_general_ci',
'swap_pre' => '',
'encrypt' => FALSE,
'compress' => FALSE,
'stricton' => FALSE,
'failover' => array(),
'save_queries' => TRUE
);
Below is the error message that I am getting
An unrelated exception was found
Type: Exception
Message: The configured database connection has a cache. Aborting
File Name: C: \ wamp \ www \ test \ system \ libraries \ Session \ drivers \ Session_database_driver.php
source
share