Error on configuration form submission (admin/settings/radioactivity)

jstoller - August 18, 2009 - 05:37
Project:Radioactivity
Version:6.x-1.1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

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.

#1

skiminki - August 19, 2009 - 05:37
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.

#2

skiminki - August 19, 2009 - 19:43
Status:active» fixed

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

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

#3

System Message - September 2, 2009 - 19:50
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.