chdir(): No such file or directory (errno 2) filecache.inc:224
I was able to enable cache_backport, follow it's directions, downloaded file cache.
When I used crush to enable cache_backport (I know that you cannot enable this module), I get the above error.
This might be a cache_backport issue.
Comments
Comment #1
socialnicheguru commentedUsing this on D6.22 with cache_backport
the line in question is file cache.inc 225:
chdir($this->directory);
the directory is being written to
the file has the appropriate ownership aegir:www-data like all the other files
permission for filecache directory is 775
Comment #2
socialnicheguru commentedhad line number wrong
Comment #3
roderikI don't know if #1211166-7: Create separate directories for each cache bins fixes your issues, but it gets rid of the chdirs.
Comment #4
roderik.
Comment #5
ogi commentedI don't know about the chdir() error, but this issue is about compatibility with cache_backport which is minor feature request. Cache Router has support for caching in files.
Comment #6
ogi commentedProbably not needed by anyone anymore.