Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

Bienvenido a la comunidad de Pandora FMS Forums Community support Pandora Web generic_data_string output problem

  • Pandora Web generic_data_string output problem

    Posted by Joao on febrero 6, 2006 at 21:30

    When generic_data_string type modules return markup, Pandora Web console truncated value for output/formatting reasons. This can lead to inconsistent HTML in displayed page.

    Example:
    Pandora Web Site

    We’ve fixed this the easiest way 😉 We do not truncate the string.
    To keep the displayed page “nice”, you might want to do some other way 😀

    Nonetheless, we changed the following way:

    Code location: pandora_web/operation/agentes/estado_ultimopaquete.php
    Code inserted:
    else { # Writing string data in different way 🙂
    echo “

    “;
    # echo substr($row3[“datos”],0,42);
    echo $row3[“datos”];
    }

    Cheers

    raul replied 18 years, 5 months ago 3 Members · 3 Replies
  • 3 Replies
  • Sancho

    Administrator
    febrero 6, 2006 at 22:06
    2211 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Wow… thanks again ! :-).

    All your comments about bugs will be tracked on SourceForge tracking system.

    It’s possible that will be tracked AFTER fixing it 🙂

  • raul

    Member
    febrero 7, 2006 at 13:34
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Labeled as bug PC-300105-1

  • raul

    Member
    febrero 7, 2006 at 22:21
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Solved in the last update of Pandora Web Console 1.2 Beta