Closed (duplicate)
Project:
Cache Router
Version:
6.x-1.0-beta8
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2009 at 21:28 UTC
Updated:
14 Jul 2009 at 18:51 UTC
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
Comment #1
jvieille commentedMy 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,
),
);
Comment #2
jvieille commentedIgnore this comment
(just waiting for some replies to my posts on Cache Router
Comment #3
jvieille commentedI 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
Comment #4
slantview commentedPlease stop opening so many tickets. You only need to open one.
Comment #5
kenorb commentedWhere is previous one?
I've got the same problem.
Comment #6
kenorb commentedOk, I've got it: #325921: Error when clearing cache and on update.php
Comment #7
kenorb commentedAnother one: #494878: repeatin, growing list of "Invalid argument supplied for foreach()" warnings when using APC backend