Update
escoles - January 2, 2007 - 21:30
| Project: | Click Thru Tracking |
| Version: | 4.7.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
When I try to change the settings for 'active click group' and 'Ignore clicks from own site' by selecting new values and clicking Submit, the values are not saved after the page reloads.
I have verified that the system setting for active click group is still '0' by viewing click summaries for a node. I am still looking at group 0, even after I've tried to set the active group to '1'.

#1
Actually, I'm not sure that the database doesn't have the correct information in it. Here's the value stored in the click_settings record in the variables table:
a:2:{s:13:"click_group_1";s:1:"0";s:17:"click_ignore_site";s:1:"1";}Not sure how to interpret this -- it looks to me like this says the active group is set to zero but the ignore site value is set to 1 (i.e., do ignore clicks within the site).
#2
I've tried manually updating the database record to change the active group; I edited the variable value given above to read as follows:
a:2:{s:13:"click_group_1";s:1:"1";s:17:"click_ignore_site";s:1:"1";}This seems to have no effect on what's displayed in the UI, which leads me to believe that the UI code is defaulting to 0 and 0.