Viewing 15 replies - 16 through 30 (of 40 total)
  • YAY… Thanks Ajay

    Thanks … I reinstalled 1.9.5, applied the above fix and now the daily counts are present again … ???

    Many thanks Ajay. 1.9.6 works perfectly.

    I have installed 1.9.6 and the daily counts are back. However, the counts didn’t reflect the same clicks based as per my live feed. May I know why?

    Ah…. Ajay, I dont know why but I upgraded and the problem remains – no change on my end – still no daily counts. Any ideas?

    Plugin Author Ajay

    (@ajay)

    v1.9.6 should ideally fix this issue for all.

    @iklow, Before 1.9.6 was installed, the plugin didn’t track any hits at all on a daily basis. It should track fine now and then ideally reconcile with your live feed

    @rhythmdoctor, did your site break in 1.9.5? Can you point me to your site so I can take a look?

    Hi Ajay,

    I have already installed the latest plugin for a couple of hours. Unfortunately, the figures appearing at the Daily Popular List are still not reflecting my live feed. Each post has 1-2 counts only. Seems weird.

    This is my site: https://food-4tots.com/. Can you take a look? Thank you.

    Regards,
    Lai Kuan

    Plugin Author Ajay

    (@ajay)

    What do you mean by “live feed”?

    I can see the code to add the count getting added correctly to your post. But, is there a place I can view the count?

    I am comparing my Live Feed Widget (at the right sidebar) vs my Top 10 Daily Counts in admin.

    Yes, you can see the views if you go to my archived posts by categories or months (eg https://food-4tots.com/2013/06). Even if I clicked on one post to test, the page view didn’t show up in Daily Popular Post inside my admin.

    Plugin Author Ajay

    (@ajay)

    Are you noticing any errors in your error_log in your plugin folder?

    I can’t see anything wrong with the code, since the code appears to be loading fine on your site:

    https://food-4tots.com/wp-content/plugins/top-10/top-10-addcount.js.php?top_ten_id=6708&activate_counter=11

    No, I don’t see any error log in my plugin folder. But I have seen an error log in my public_html folder. Is it the same? Can I communicate with you via email?

    Plugin Author Ajay

    (@ajay)

    Sure. Drop me a line at me AT ajaydsouza DOT com

    Ajay, me too do not appear visits, maximum 1 or 2

    Plugin Author Ajay

    (@ajay)

    Can you replace line 24 with:

    $wpdb->query("INSERT INTO $table_name (postnumber, cntaccess) VALUES('$id', '1') ON DUPLICATE KEY UPDATE cntaccess= cntaccess+1 ");

    and line 26 with:

    $wpdb->query("INSERT INTO $top_ten_daily (postnumber, cntaccess, dp_date) VALUES('$id', '1', '$current_date' ) ON DUPLICATE KEY UPDATE cntaccess= cntaccess+1 ");

    I’m removed the conditional cases which could be causing a problem.

    I had installed v1.96 and lines 24 – 26 are present. The problem is the same.

Viewing 15 replies - 16 through 30 (of 40 total)
  • The topic ‘Daily Popular Posts in admin panel empty’ is closed to new replies.