Trying Cache Router again on a third hosting, after failing on the previous ones.
No success again.

I get no theming for any page.
When running update.php, I get the following error:
warning: Invalid argument supplied for foreach() in /home/controlc/www/sites/all/modules/cacherouter/engines/xcache.php on line 122..

Comments

jvieille’s picture

My settings:

$conf['cache_inc'] = './sites/all/modules/cacherouter/cacherouter.inc';
$conf['cacherouter'] = array(
'default' => array(
'engine' => 'xcache',
'server' => array(),
'shared' => TRUE,
'prefix' => '',
'path' => '',
'static' => FALSE,
'fast_cache' => TRUE,
),
);

jvieille’s picture

Ignore this comment
(just waiting for some replies to my posts on Cache Router

jvieille’s picture

Title: Enabling Cache Route => No theme, error when running update.php » Cache Router doesn't work - trying Xcache and APC

I really can't get Cache router working.

1) I get the following error, depending on the configuration 9x
warning: Invalid argument supplied for foreach() in /home/controlc/www/sites/all/modules/cacherouter/engines/xcache.php on line 122
warning: Invalid argument supplied for foreach() in /home/controlc/www/sites/all/modules/cacherouter/engines/apc.php on line 121

2) I cant find any menu entry for configuring Cache router as it is shown on the module page

$conf['cache_inc'] = './sites/all/modules/cacherouter/cacherouter.inc';
$conf['cacherouter'] = array(
'default' => array(
'engine' => 'xcache', (or 'apc')
'server' => array(),
'shared' => TRUE,
'prefix' => 'ccg',
'path' => '',
'static' => FALSE,
'fast_cache' => FALSE,
),
);

Please, Help!

Thank you

slantview’s picture

Status: Active » Closed (duplicate)

Please stop opening so many tickets. You only need to open one.

kenorb’s picture

Where is previous one?
I've got the same problem.

kenorb’s picture