I tried to enable the module many times (changing the other settings, all ON, all OFF, etc.) and it stays Disabled. When I go to the home page or some other page, anonymous or not, it does not get updated... still Disabled.
Any idea where I can look for that problem?
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | boost-495038.1.patch | 781 bytes | mikeytown2 |
| #1 | boost-495038.patch | 1.46 KB | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedProblem should only occur if this is a new install, if upgrading from a previous version of boost to this, you should not have any issues.
This patch should fix the issue.
Comment #2
mikeytown2 commentedcommitted patch, please let me know if this fixes your problem.
Comment #3
AlexisWilke commentedmikeytown2,
Right on. 8-)
I noticed a little later that it was on, just not showing so in the interface.
Thank you.
Alexis
Comment #4
mikeytown2 commentedComment #5
mikeytown2 commentedI should make an update function that transfers the value
Comment #6
AlexisWilke commentedSince I started with the -dev, I won't have the boost variable. I'd suggest testing like follow:
Comment #7
mikeytown2 commentedAlexisWilke no need to do that
http://api.drupal.org/api/function/variable_get
I should do something like this though...
In short get value from 'boost', if not there get value from 'boost_enabled', if not there set to CACHE_DISABLED
Comment #8
mikeytown2 commentedcommitted