Using D7.10, values seem to be correct, phpinfo says enabled...but status report says no files cached.

How can I debug this?

Comments

bigsyke’s picture

same issue here, everything is configured properly in settings.php

thirdboxcar’s picture

Same here.

R.Muilwijk’s picture

Status: Active » Postponed (maintainer needs more info)

Need more information about this..

dannygoh’s picture

Kindly read the provided Installation instructions.

For those impatience:

Add the following code to the end of your site's settings.php file:

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

Save the changes, and then, "visit your site to see whether it is still working!"

Also check your admin/reports/status.

R.Muilwijk’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

This module does not enabling APC File caching. It only uses the APC User Caching to allow Drupal to use it as backend for it's own caches.