CodeIgniter Forums
Driver error in file driver - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Driver error in file driver (/showthread.php?tid=39882)



Driver error in file driver - El Forum - 03-23-2011

[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.


Driver error in file driver - El Forum - 04-01-2011

[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