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

omega8cc’s picture

Status: Active » Fixed

It 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.inc
sed -i "s/] = 3/] = 1/g" /data/conf/global.inc

See 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

iub98’s picture

Priority: Major » Normal
Status: Fixed » Active

Thank you for the quick fixes. Seems to have done the trick!

iub98’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

iub98’s picture

Status: Closed (fixed) » Active

This 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!

omega8cc’s picture

Status: Active » Closed (works as designed)