Welcome Guest, Not a member yet? Register   Sign In
Driver error in file driver
#1

[eluser]Unknown[/eluser]
Facing a problem when I was loading driver like this.
Code:
$this->load->driver('cache', array('adapter' => 'file'));
It's showing error : 'Invalid driver requested: Cache_'
It's working fine with all other driver but only facing problem with file driver.
#2

[eluser]Senthilguru[/eluser]
Hi,

Its an issue in CI code itself, kindly see this bug report

Get the latest source from the repo or do below tweak.

Set $config['cache_path'] = APPPATH.'cache/'; - On your applications/config.php

Hope it should work.

Thanks,
Senthilguru.E




Theme © iAndrew 2016 - Forum software by © MyBB