Viewing 15 replies - 1 through 15 (of 40 total)
  • I can’t also see daily popular posts in admin or even on front end list is not being generated after update.

    Same here. After updating the plugin the other day – the Daily top 10, which is what I was using it for, has stopped working in admin and public. Any ideas how to fix?

    I face the same. Just after upgrading to new version of 1.9.5

    I have the same problem too. Other than my daily popular posts, there isn’t any new count for individual post since yesterday. Can anyone help to fix to this problem?

    This is my blog: http://food-4tots.com/

    Thanks.

    Regards,
    Lai Kuan

    Quite sure that 1.9.5 creates this trouble. When I reinstall 1.9.1, Top10 works just perfectly as usual.

    May I know how do I reisntall the previous version 1.9.4? Will my existing data still intact?

    Thread Starter dorjeduck

    (@dorjeduck)

    as expected – public list of popular posts now also empty – did anybody find a solution?

    Same problem:

    The total count seems to be ok. A short check to the sql-database field: “>>> _top_ten_daily” shows, that there are no more entries since update, simply empty.

    Has anyone else these problems or am I alone with this, and if someone else encounters this problem since last update, how can I fix this.

    Many Thanks in advance for a helpful answer.

    @wikabot: Please continue with your previous topic.

    @esmi … no problem, just and only thought this is the same thing. If so, would you remove the resolved flag I set on that threat.

    Plugin Author Ajay

    (@ajay)

    All, seems like the 1.9.5 update broke the Top 10 daily counts though it worked perfectly fine in my test install.

    You can get hold of the v1.9.4 from http://downloads.wordpress.org/plugin/top-10.1.9.4.zip for now.

    You’ll need to FTP into your install and install the plugin from there

    I’ll work on v1.9.5 and release a fix asap.

    Thank you, I did it this way and the daily counter is back noe … will wait for further notice from you, after a fix, to make that update again.

    Plugin Author Ajay

    (@ajay)

    An alternate fix is to edit top-10-addcount.js.php file.

    Replace the line:

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

    with

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

    Thread Starter dorjeduck

    (@dorjeduck)

    Hi Ajay,

    just applied the fix and the daily popular are back – thanks a lot for the great plugin and quick fix.

    martin

    Plugin Author Ajay

    (@ajay)

    You’re welcome. I’ll try to get an update out tonight or tomorrow morning.

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