I am using apc module without problem (except annoyance with clearing caches-drush won't clear caches). But recently I migrated my modules from modules to modules/apc. This breaks the site with apc.

In settings php, I modified include line to reflect my new settings
$conf['cache_backends'][] = 'sites/all/modules/contrib/apc/drupal_apc_cache.inc';

But still does not work (cleared caches, done registry rebuild).
If i comment out

#$conf['cache_class_cache'] = 'DrupalAPCCache';
#$conf['cache_class_cache_bootstrap'] = 'DrupalAPCCache';

site works again, but with no caching in effect.

Is there any help to this ?

Comments

R.Muilwijk’s picture

Status: Active » Postponed (maintainer needs more info)

Were all caches actually cleared?

twistor’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

I would guess that you just need to restart the server.

How did you clear the caches while the site was down, and you can't use Drush?

It's been a year, if you're still having this problem, feel free to re-open.