Active
Project:
Plugin Manager
Version:
6.x-1.11
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2011 at 10:05 UTC
Updated:
21 Jul 2011 at 12:07 UTC
if create settings in settings.php:
$conf['cache_inc'] = './sites/all/modules/cacherouter/cacherouter.inc';
$conf['cacherouter'] = array(
'default' => array(
'engine' => 'apc', // apc, memcache, db, file, eacc or xcache
'server' => array(), // memcached (host:port, e..g, 'localhost:11211')
'shared' => TRUE, // memcached shared single process
'prefix' => '', // cache key prefix (for multiple sites)
'path' => 'files/filecache', // file engine cache location
'static' => FALSE, // static array cache (advanced)
),
);
not installed
And if you remove this settings(apc enabled) installed modules
Comments
Comment #1
kratkar commentedif install eaccelerator and configure cacheroute in settings.php plugin manager will work.
Comment #2
kratkar commentedups. title