Active
Project:
Boost
Version:
7.x-1.x-dev
Component:
Caching logic
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2012 at 15:21 UTC
Updated:
16 Jul 2014 at 13:37 UTC
Jump to comment: Most recent
Can't get it work. Although I think I reread well the installation instruction.
No pages are cached at all. Nothing in the boost folder and no tag in pages.
I use 18n prefix and installed the last dev of boost (2011/12/23 ISO8601).
I use Acquia dev desktop 1.2.39 as a development hosting environment to test modifications on a copy of my production site.
Here is a copy of the status of the site:
However, I tested on my production site and I get the same result.
Environment:
I have no idea where to investigate to give more information. I will activate the debug mode and post more information here.
Comments
Comment #0.0
rondev commentedMore information
Comment #1
rondev commentedHere two messages in the watchdog after the boost debug mode activate:
Notice: Undefined index: args in boost_deliver_html_page() (line 1248 of boost.module).Comment #2
Bandy commentedI have this too.
PHP 5.3.3-7+squeeze3
Apache 2 - Debian 6
Comment #3
rondev commentedJust to say there is no change since the new published dev of boost (2012/01/24 ISO8601).
Comment #4
rondev commentedI commented the line for the test variable_get('site_offline', 0), line 165.
This condition was true for me returning a $_boost['cache_this'] = FALSE;
It seems at a first glance working.
I may have an idea of what the test should return but as my site is not offline, it seems very strange to me.I found the solution here: #1363686: Use maintenance_mode instead of site_offline setting
We should replace for D7
|| variable_get('site_offline', 0)by
Comment #5
rondev commentedChange issue status
Comment #6
Bandy commentedThx that works fine.
Comment #7
bgm commentedThanks, committed to 7.x-1.x.
Comment #8
bgm commentedComment #10
elBradford commentedI opened #1759122: No caching, "Notice: Undefined index: args in boost_deliver_html_page()", a very similar issue
Comment #10.0
elBradford commentedformat
Comment #11
tomotomo commentedOn the most recent (not very recent) dev branch, this is still a bug even though the above patch has been applied.