![]() |
Problem in loading Cache Library - 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: Problem in loading Cache Library (/showthread.php?tid=46361) |
Problem in loading Cache Library - El Forum - 10-28-2011 [eluser]Unknown[/eluser] I try to load the cache library using $this->load->library('cache/cache'); in my controller. The moment I add the above code, I start getting this error Fatal error: Class 'CI_Driver_Library' not found in /Applications/XAMPP/xamppfiles/htdocs/Codeigniter/system/libraries/cache/Cache.php on line 27 Even if I try loading the library using, $this->load->library('cache'); i get the same error. How can cache be loaded. I am using the latest version of codeigniter available. Parag |