I have struggled with this site to get tracking working and I am beyond frustrated. This is an older site (EE 1.6.8 - Build: 20090723) which they will not upgrade. So that is not an option.
I have the following set to ‘yes’ in
Admin › System Preferences › Tracking Preferences :
Enable Online User Tracking?
Enable Template Hit Tracking?
Enable Section Entry View Tracking?
Enable Referrer Tracking?
I have a single entry template with this opening tag:
{exp:weblog:entries weblog="blog_real" limit="1" status="open" url_title="{last_segment}" track_views="one"}That is the view template. I am trying to show the top five read posts in a rail element. For that, I am using this:
{exp:weblog:entries weblog="blog_real" orderby="view_count_one" sort="asc" status="open" limit="5" dynamic="off"}Is there something I am missing? I have even tried stripping the code out and doing an “empty” template, but it isn’t writing to the db when I look at the data through the SQL Manager.
Thanks guys,
Brian