When I try to change the Decay Granularity I get the error: "Memcached entry expiration time (in seconds) field is required."

I do not have memcached installed and, before I submit the form, the memcached expiration time field is filled in with a default value of 600 anyway.

Comments

skiminki’s picture

Title: Error on configuration form submission » Error on configuration form submission (admin/settings/radioactivity)

Confirmed, this is a regression. Luckily, the only setting not related to Memcache acceleration in this form is Decay granularity. I'll fix this later, but for a temporary workaround, you can override decay granularity in your settings.php by adding the following line:

$conf['radioactivity_decay_granularity']=123;

You can verify the override by refreshing the configuration page.

skiminki’s picture

Status: Active » Fixed

Fixed and committed: http://drupal.org/cvs?commit=253436

The commit also fixes some Memcache-acceleration related GUI strings.

Status: Fixed » Closed (fixed)

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