Helpful Docs to read before posting: (All Docs) | Config Docs | General FAQ | Mailing List Sending FAQ | Error FAQ

Tracker - Clickthrough Track All Message Links [SOLVED]

Have a question about any of the Dada Mail plugins/extensions?

Tracker - Clickthrough Track All Message Links [SOLVED]

Postby luisgennari » Fri Jun 01, 2012 11:40 am

i checked the preference: Clickthrough Track All Message Links, but when i click on Save button, this message appears:

Attempt to save a unregistered setting - enable_subscriber_count_logging at /usr/lib/cgi-bin/dada/plugins/tracker.cgi line 1167

How to solve it?
Last edited by luisgennari on Fri Jun 01, 2012 12:31 pm, edited 1 time in total.
luisgennari
 
Posts: 12
Joined: Mon May 21, 2012 3:02 pm

Re: Tracker - Clickthrough Track All Message Links

Postby justin » Fri Jun 01, 2012 12:07 pm

Looks like a bug in the plugin,

Find these lines in the tracker.cgi plugin:

Code: Select all
sub edit_prefs {

    $ls->save_w_params(
        {
            -associate => $q,
            -settings  => {
                clickthrough_tracking                           => 0,
                enable_open_msg_logging                         => 0,
                enable_subscriber_count_logging                 => 0,
            enable_forward_to_a_friend_logging              => 0,
            enable_view_archive_logging                     => 0,
                enable_bounce_logging                           => 0,
            tracker_record_view_count                       => 0,
            tracker_clean_up_reports                        => 0,
            tracker_auto_parse_links                        => 0,
            tracker_show_message_reports_in_mailing_monitor => 0,
            }
        }
    );

    print $q->redirect( -uri => $Plugin_Config->{Plugin_URL} . '?done=1' );
}


and just remove that one line:

Code: Select all
                enable_subscriber_count_logging                 => 0,



So it looks like this:

Code: Select all
    $ls->save_w_params(
        {
            -associate => $q,
            -settings  => {
                clickthrough_tracking                           => 0,
                enable_open_msg_logging                         => 0,
            enable_forward_to_a_friend_logging              => 0,
            enable_view_archive_logging                     => 0,
                enable_bounce_logging                           => 0,
            tracker_record_view_count                       => 0,
            tracker_clean_up_reports                        => 0,
            tracker_auto_parse_links                        => 0,
            tracker_show_message_reports_in_mailing_monitor => 0,
            }
        }
    );

    print $q->redirect( -uri => $Plugin_Config->{Plugin_URL} . '?done=1' );
}
User avatar
justin
 
Posts: 4582
Joined: Wed Feb 13, 2008 8:41 pm
Location: Denver, CO

Re: Tracker - Clickthrough Track All Message Links

Postby luisgennari » Fri Jun 01, 2012 12:12 pm

Thank you Justin, Works!
:)
luisgennari
 
Posts: 12
Joined: Mon May 21, 2012 3:02 pm

Re: Tracker - Clickthrough Track All Message Links [SOLVED]

Postby justin » Fri Jun 01, 2012 12:56 pm

No problem, thanks for the report (and using the boards!)

I'll have a fix in the next version of Dada Mail,
User avatar
justin
 
Posts: 4582
Joined: Wed Feb 13, 2008 8:41 pm
Location: Denver, CO


Return to Questions

Who is online

Users browsing this forum: No registered users and 0 guests

Loading