Hi! Can you provide some more details? Do you get an empty stats page? An error? Are you using cache snapshots?
no error, no cash and yes, i’ve empty stats page.
i use:
Post Pay Counter PRO
Post Pay Counter – Author Basic Payment
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'] ) {
Thanks you very much for reporting. I’ll ship the fix as an update in a second.