CodeIgniter Forums
Invalid driver requested: CI_Cache_ - 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: Invalid driver requested: CI_Cache_ (/showthread.php?tid=45181)



Invalid driver requested: CI_Cache_ - El Forum - 09-12-2011

[eluser]Irfan Cikoglu[/eluser]
Hello,
I am getting this error:
Invalid driver requested: CI_Cache_

I cant find any solution, can you help me?


Invalid driver requested: CI_Cache_ - El Forum - 02-12-2012

[eluser]PermanaJ[/eluser]
make sure if cache folder is already created. if you set

$config['cache_path'] = APPPATH.'cache/';

then you should create folder application/cache manually