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

socialnicheguru’s picture

Title: Using this on D6.22 with cache_backport » chdir(): No such file or directory (errno 2) filecache.inc:225

Using 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

socialnicheguru’s picture

Title: chdir(): No such file or directory (errno 2) filecache.inc:225 » chdir(): No such file or directory (errno 2) filecache.inc:224

had line number wrong

roderik’s picture

I don't know if #1211166-7: Create separate directories for each cache bins fixes your issues, but it gets rid of the chdirs.

roderik’s picture

.

ogi’s picture

Title: chdir(): No such file or directory (errno 2) filecache.inc:224 » Compatibility with cache_backport (Drupal 6)
Category: bug » feature
Priority: Normal » Minor

I 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.

ogi’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Probably not needed by anyone anymore.