Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6348791
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:29:27+00:00 2026-05-24T21:29:27+00:00

Code and error output: https://i.stack.imgur.com/S0W3m.png An Error Was Encountered Unable to load the requested

  • 0

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!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T21:29:28+00:00Added an answer on May 24, 2026 at 9:29 pm

    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

    <?php
    
    class Blog extends CI_Controller {
    
        function Blog() {
            parent::__construct();
        }
    
        public function index() {
            $data['title'] = "My Blog | DhavalPatels.com";
            $data['head'] = "My ToDo";
            $data['todo'] = array('Go to BestBuy', 'Dinner', 'Call mom');
    
            $this->load->driver('cache', array('adapter' => 'apc', 'backup' => 'file'));
    
            if ( ! $foo = $this->cache->get('foo')) {
                    echo 'Saving to the cache!<br />';
                    $foo = 'foobarbaz!';
    
                    // Save into the cache for 5 minutes
                    $this->cache->save('foo', $foo, 300);
            }
    
            echo $foo;
    
            $this->load->view('blog_view', $data);
        }
    }
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Error: Link since you cant make the image bigger when its embeded: https://i.stack.imgur.com/WhUCp.png I
I am trying to compile a code in C++ using code from : https://stackoverflow.com/questions/5953979/sending-and-receiving-array-using-mpi-part-2
I have some HTML errors in my output source code, coming from one of
Using YUICompressor I get the following error from my javascript code: [ERROR] 270:201:missing name
I can not get to make this comparison in this simple code error ..
*****Code Sign error: The identity 'iPhone Developer: XXXXXXXXXX' doesn't match any valid certificate/private key
Below code saying error incorreect syntax near Main INSERT INTO tbl ( 'Week', Main,
If I get an error code result from a Cocoa function, is there any
I get the following compilation error with the following source code: Compilation Error: Type
Our packages are randomly failing with the following error message: SSIS Error Code DTS_E_OLEDBERROR

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.