Jump to:
| Project: | Cache Router |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
OK, I give up. I've been banging my head on this computer for a couple days now and cannot figure out what is going on. I have 'authcache' and 'cacherouter' installed. Cacherouter is configured to use the 'file' engine. For some reason, it seems to work well for block-based and view-based caching (maybe others as well.?.?); however, the 'cache_page' bin doesn't work at all. Per this thread, http://drupal.org/node/578522, I updated to the latest 'dev' release.
The file engine is unable to create the directory lock file (I.e. files/filecache/cache_page/8.lock). I've checked file and directory permissions and simply cannot figure out why it would work for the other bins and not page.?.? This happens for all users and I've tried with Anonymous user caching enabled and disabled.
Any ideas?
Comments
#1
BTW, I added some additional log statements. Here is where it fails:
fopen(files/filecache2/cache_page/9.lock) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: No such file or directory in /var/www/drupal/data/sites/all/modules/cacherouter/engines/file.php on line 83.Probably line 82 in the main line version.
And I don't think it's directory / file permissions thing.?.? All the filecache directories have the same permissions / owners. I've even tried zapping everything to 777, but it still fails only with cache_page.
#2
subscribing. I am getting this and it is leading to major problems