After upgrading to php 5.3.8 without installing/enabling php-apc (by mistake) I got this error:

Fatal error: Call to undefined function apc_fetch() in /***/sites/all/modules/contrib/apc/drupal_apc_cache.inc on line 61

Now it is not possible to neither disable the apc module nor use the website without installing apc first.

Drupal 7.8

Comments

Andy Inman’s picture

Changing your settings.php file to remove references to apc cache - e.g. remove lines like:

$conf['cache_backends'] = array('sites/all/modules/apc/drupal_apc_cache.inc');
$conf['cache_default_class'] = 'DrupalAPCCache';

I'm not one of the maintainers here, but I would say this isn't a bug, it's a support request.

Refineo’s picture

Category: bug » support
Priority: Major » Normal
Status: Active » Fixed

ok, issue solved, thank you !

Andy Inman’s picture

Glad to help :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.