• Hi,

    I recently updated Jetpack to version 4.5, and after the update, my Stats stopped working.

    The Jetpack 4.5 changelog says they’ve updated so that “Your Stats queries are now always being made over HTTPS.”

    I assume this new change is hampering the stats reporting to the plugin?

    Is there quick fix to the code I can make (like adding an “s” to the URL source)?

    Thanks,

    Dave

Viewing 6 replies - 1 through 6 (of 6 total)
  • I seem to be having the same problem. It shows “Sorry. No data yet.”

    Broken for me too. I filed a ticket with Jetpack to get help and have yet to hear back.

    Same issue for me, “Sorry. No data yet.”

    But I suspected this would happen once I upgraded to the latest WP version as this plugin is not “tested” for the latest version of WP. I also did the latest JetPack update which was mentioned to also cause the plugin to stop working so I’m really hoping author will update the plugin. I’ve tried looking for a substitute but not liking what’s out there so far but I might have to keep looking.

    Plugin Author Ryann Micua

    (@pogidude)

    This is the line of code that checks for data:

    $top_posts = stats_get_csv( 'postviews', array( 'days' => $days, 'limit' => 50 ) );

    stats_get_csv() function is (maybe “was” now) the same function used by jetpack to get data.

    I’ll take a look and see how that’s changed.

    I have the same problem…

    Thread Starter bunttothegap

    (@bunttothegap)

    I don’t know if you made a change to the plugin, or it was just a temporary issue with Jetpack, but everything appears to working normally now for me.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Plugin broken with new Jetpack update?’ is closed to new replies.