On a Drupal 5.1 install, I installed the Boost 5.x module per instructions. Logged out, and get the following message on all pages:
warning: fopen(/hsphere/local/home/some_user/mydomain.com/cache/www.mydomain.com/0/index.html): failed to open stream: No such file or directory in /hsphere/local/home/some_user/mydomain.com/modules/boost/boost.helpers.inc on line 91.
I uploaded the htacess/boosted.txt file, renamed as .htaccess. Nothing appears in the cache file.
Any ideas how to fix?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | phpinfo.txt | 40.71 KB | telex4 |
Comments
Comment #1
telex4 commentedI'm getting a similar issue, I get a less detailed message:
warning: fopen(/48.html) [function.fopen]: failed to open stream: Permission denied in /var/www/drupal-5.2/modules/boost/boost.helpers.inc on line 91.
No cache files are being created. I've tried the three cache methods, reduced the minimum cache lifetime to "none", checked the .htaccess file and double checked my installation.
Comment #2
telex4 commentedHere's the output of phpinfo, by the way (it's html but I had to rename it to a txt file since this site won't accept html uploads). Nothing interesting shows up in Apache's error log, and I get these three messages in Drupal's watchdog log (in chronological order):
php error: fopen(/193.html) [function.fopen]: failed to open stream: Permission denied in /var/www/drupal-5.2/modules/boost/boost.helpers.inc on line 91.
boost warning: Unable to write file: /193.html
boost warning: Unable to create symlink: /wine.html to /193.html
I made the permissions on the cache folder a+rwx just to be sure:
drwxrwsrwx 2 www-data webeditors 4096 Sep 18 10:26 cache
But no luck...
Comment #3
Arto commentedThis is a bug introduced last week into the development build. Fix coming up ASAP...
Comment #4
Arto commentedThis has now been fixed in both the 4.7.x and 5.x branches. Grab the latest development snapshots when they become available (it can take up to 12 hours more) or wait for the 1.0 release which is coming today or tomorrow.
Comment #5
(not verified) commented