• Resolved AstroNerdBoy

    (@astronerdboy)


    Hi,

    I’ve noticed this for some time, but the “Total Views” at the bottom of each page shows up as “1.” Older posts show higher counts, but those numbers are frozen. I saw a post here from eight months ago on this issue, but I didn’t see anyone say their issue was fixed.

    I did use the plugin’s tools to “Recreate Primary Key” in the hopes this would fix things (as suggested in that other thread). Also, I changed the tracker type from “Ajaxurl based” to “Query variable based” as also suggested in that other thread.

    It isn’t that big a deal, but I am kinda curious about it and wouldn’t mind if it gets fixed. Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 16 through 18 (of 18 total)
  • Plugin Author Ajay

    (@ajay)

    Thanks for the detailed checking. It does look like that the table got corrupted.

    One thing that you could do to get the counts from your daily table and then import them into the wp_top_ten table

    SELECT postnumber, SUM(cntaccess) as sum_count FROM wp_top_ten_daily GROUP BY postnumber LIMIT 9999999
    
    Thread Starter AstroNerdBoy

    (@astronerdboy)

    It is still updating since the table was recreated. The recent update had no negative effect either. As such, I’m going to mark as resolved, even if the resolution wasn’t ideal. ??

    Plugin Author Ajay

    (@ajay)

    Thank you for confirming. This is actually a good solution for other persons with this issue. I just need to figure out a clean way to export the posts, delete the tables and then import the posts.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Total Views 1 Issue’ is closed to new replies.