• Plugin Author Jeremy Herve

    (@jeherve)


    Jetpack Mechanic πŸš€

    The Stats dashboard widget is broken in Jetpack 2.6.1.

    To access your Site Stats, please go to Jetpack > Site Stats instead.

    Rest assured though, we’ll fix this issue in the next Jetpack release.
    In the meantime and if you feel comfortable editing PHP code, you can fix the problem by editing the modules/stats.php file, and look for the following code on line 413:

    $url = 'http://' . STATS_DASHBOARD_SERVER . "/wp-includes/charts/{$_REQUEST['chart']}.php";

    You’ll want to replace it by the following code:

    $url = 'http://' . STATS_DASHBOARD_SERVER . "/wp-includes/charts/{$_GET['chart']}.php";

    You can read more about the issue and find a more elaborate fix here:
    http://plugins.trac.wordpress.org/changeset/814959

    Sorry for the inconvenience.

    http://wordpress.org/plugins/jetpack/

  • The topic ‘Can't access your Stats in the dashboard widget? Read this’ is closed to new replies.