Active
Project:
Cache Router
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2010 at 17:01 UTC
Updated:
24 Mar 2011 at 07:14 UTC
Hi,
i keep getting this error "mkdir() [function.mkdir]: No such file or directory in /home/rariwawi/public_html/sites/all/modules/cacherouter/engines/file.php on line 229."
this is my cacherouter setting in settings.php
$conf['cache_inc'] = './sites/all/modules/authcache/authcache.inc';
# $conf['cache_inc'] = './sites/all/modules/cacherouter/cacherouter.inc';
$conf['cacherouter'] = array(
'default' => array(
'engine' => 'file', // 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' => 'cache/cacherouter', // file engine cache location
'static' => FALSE, // static array cache (advanced)
# 'fast_cache' => TRUE,
),
'cache_form' => array(
'engine' => 'db',
),
);
I use authcache, boost, domain access in case you need to know.
Thanks
Reynaldi
Comments
Comment #1
bcobin commentedSame error - thought my script is different (see below). Just using Authcache. Did anything come of this? Thanks!
Comment #2
socialnicheguru commentedI am also getting this now.
i tried changing permissions of the directory to www-data:www-data
I also tried chmod -R 777 filecache
one or both worked for a little bit but old error would come up again