Hello,
I'm attempting to configure AuthCache with Cache Router, and am receiving the "Your settings.php file must be modified to enable Authcache ($conf['cache_inc']). See README.txt." message after adding the following to my settings.php.
$conf['cache_inc'] = './sites/all/modules/authcache/authcache.inc';
$conf['cacherouter'] = array(
'default' => array(
'engine' => 'apc',
'prefix' => '',
'path' => 'sites/default/files/filecache',
'static' => FALSE,
'fast_cache' => TRUE,
),
);
Things I've done:
- Confirmed via phpinfo() that APC is installed and functioning.
- Confirmed that AuthCache and Cache Router modules exist in the sites/all/modules directory.
- Changed settings.php permissions to 777 to ensure changes are being written to the file.
- Tried
$conf['cache_inc_via_authcache'] = './sites/all/modules/contrib/cacherouter/cacherouter.inc'; instead, per a previous issue.
I would be very grateful for any help you can offer. Please let me know if there is additional information I can provide.
Thanks!
Joy
Comments
Comment #1
simg commentedSorry you didn't get any help on this.
I hope you managed to find a solution to the problem but I'm guessing the time has now passed.
Am closing this issue to try and get a grip on the issue queue. Feel free to reopen if you still have the problem.
Comment #2
aze2010 commentedsubscribing
with latest Dev and Drupal 6
Comment #2.0
aze2010 commentedupdated typo