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
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

escoles - January 2, 2007 - 22:57
Title:Active Click Group and Ignore Clicks From Own Site settings are not saved» Update

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

escoles - January 3, 2007 - 12:44

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.

 
 

Drupal is a registered trademark of Dries Buytaert.