Forums

Pingdom Status
[resolved] Plugin adds dates and breaks the bottom of my page (2 posts)

  1. ducedo
    Member
    Posted 8 months ago #

    Every now and then Pingdom Status breaks my page and includes this at the bottom:

    Thursday 29th of September 2011 12:48:10 AM -> Current state refreshed for sensor with id=1
    Thursday 29th of September 2011 12:48:10 AM -> State history refreshed for sensor with id=1
    Thursday 29th of September 2011 12:48:11 AM -> Updated responsetime for 2011-09-29
    Thursday 29th of September 2011 12:48:11 AM -> Responsetime history refreshed for sensor with id=1

    Obviously with different dates. It echoes out right below:

    <script type='text/javascript' src='/wp-includes/js/admin-bar.js?ver=20110131'></script>

    Which should be right above:

    <div id="wpadminbar">

    But nothing below the message from Pingdom Status will show up. I'm guessing it's some kind of message informing us new information was fetched. The question is - how do I hide / remove it? By searching on Google for some parts of the message I found another site with the same problem.

    Any suggestions?

    http://wordpress.org/extend/plugins/pingdom-status/

  2. ducedo
    Member
    Posted 8 months ago #

    I managed to find a solution to this problem. Open:

    /wp-content/plugins/pingdom-status/php/pingdom_sync/PingdomDataProvider.php

    On row 413 (in version 1.1.4) it says:

    echo "\n$date -> $text";

    Simply comment out this row by replacing it with:

    //echo "\n$date -> $text";

    I've no idea on why they decided to echo it out.

Reply

You must log in to post.

About this Plugin

About this Topic