• 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?

    https://www.ads-software.com/extend/plugins/pingdom-status/

Viewing 1 replies (of 1 total)
  • Thread Starter Stefan Nilsson

    (@ducedo)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Pingdom Status] Plugin adds dates and breaks the bottom of my page’ is closed to new replies.