Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Stefano

    (@ste_95)

    Hi! Can you provide some more details? Do you get an empty stats page? An error? Are you using cache snapshots?

    Thread Starter masterprice

    (@masterprice)

    no error, no cash and yes, i’ve empty stats page.

    i use:

    Post Pay Counter PRO

    Post Pay Counter – Author Basic Payment

    Plugin Author Stefano

    (@ste_95)

    Could you try going into post-pay-counter/classes/ppc_counting_stuff_class.php, line 96, which should look like this

    // Maybe use cached data...
    if( self::$settings['enable_post_stats_caching'] ) {

    and adding $post_stats = false; just before it, so that it looks

    $post_stats = false;
    // Maybe use cached data...
    if( self::$settings['enable_post_stats_caching'] ) {
    Thread Starter masterprice

    (@masterprice)

    now work, thanks so much

    have a nice day

    Plugin Author Stefano

    (@ste_95)

    Thanks you very much for reporting. I’ll ship the fix as an update in a second.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘stats missing after last plugin update’ is closed to new replies.