Code and error output:
https://i.stack.imgur.com/S0W3m.png
“An Error Was Encountered
Unable to load the requested driver: CI_Cache_apc”
Reference:
http://codeigniter.com/user_guide/libraries/caching.html
Notes:
Using CI 2.0.2
app/cache and system/libraries/Cache are recursively (files and folders) CHMOD’d 777. The lib one was just for testing if that fixed the problem, it did not.
Thanks!
I was using CodeIgniter V 2.0.2 and had the same exception for few days. I just updated my framework to CodeIgniter V 2.0.3. It is working good with APC.
Visit my friends blog testing hosted on my VPS. Here is Blog Link. Also, Take a look at the cache entries on his Virtual Host at http://www.dhavalpatels.com/apc.php
Here is the code