Hello,
I upgraded to BOA 2.0.3 recently and have some questions. Maybe I've not noticed this before in previous versions, but I cannot change the caching mode setting under performance in any of my sites. They are all configured for External and cannot be changed.
I've been having some weird issues since the upgrade were after logging out of a site, my entire theme disappears. I'm left with text that is all left justified. It comes and goes. I thought maybe changing the caching setting would help since several of my modules claim they may not work properly if caching is to aggressive or external.
So, is the caching mode hard coded for external by design? Is there a way to disable that? Thanks in advance!
Comments
Comment #1
omega8cc commentedIt is a known issue fixed in HEAD.
As a quick fix run these commands:
sed -i "s/] = 3/] = 1/g" /var/aegir/config/includes/global.incsed -i "s/] = 3/] = 1/g" /data/conf/global.incSee also other related issues:
#1593794: New redis-only caching backend settings cause a few issues
#1602142: Do not use device specific keys for Redis cache entries
We will release BOA-2.0.4 soon to address all discovered issues with new caching backend.
Please also read the docs: http://omega8.cc/how-to-disable-all-caching-and-aggregation-115
Comment #2
iub98 commentedThank you for the quick fixes. Seems to have done the trick!
Comment #3
iub98 commentedComment #5
iub98 commentedThis caching issue is still causing me some headaches. I'm now trying to disable the 'Optimize CSS files' and 'Optimize javascript files' under the performance settings. Each time I try to change the configuration, the settings do not take effect...The optimization settings are still enabled. I'm using the Ubercart 2.9.1 platform. Am I missing something...other than my mind? Thank you!
Comment #6
omega8cc commentedYou should read the docs: http://omega8.cc/how-to-disable-all-caching-and-aggregation-115