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 |
Jump to:
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
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
Fixed and committed: http://drupal.org/cvs?commit=253436
The commit also fixes some Memcache-acceleration related GUI strings.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.