Closed (fixed)
Project:
Boost
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Jun 2009 at 08:15 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
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