Posted by yngens on March 21, 2013 at 11:21am
Hi All,
I am hitting the same strange problem as was described on http://drupal.org/node/1613386 for Barracuda project. The difference is that I am not using Barracuda, but Pressflow on CentOS 6.4 server with Varnish installed and running.
I tried to play with various cache options, clearing it, turning it off, but it never selects Disabled, Aggressive or External. It's just stuck on Normal (recommended for production sites, no side effects). Could anyone suggest how can I set it to External?
Thanks.
Comments
It sounds like your 'cache'
It sounds like your 'cache' variable is hard-coded in your settings.php file or in a Feature using Strongarm. This would cause it to override any changes in the form.
Adding 'cache' => 1, to your
Adding
'cache' => 1,to your settings.php will stick the Caching Mode to "Normal". I believe 2 is the correct setting to hard-code the value to "External".