Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-9151

Sometimes opening a map in configuration fails to load image

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • 2.4.4rc1, 2.5.0
    • Frontend (F)
    • None

      When page starts to load, it creates session and then output is generated afterwards. File imgstore.php displays images in order to prevent unauthorized access. However it is executed somewhere in the middle of the code. The problem is that imgstore.php also calls session_start(), but since we already have output, it fails and can't display image properly.
      If we try to open the imgstore.php, we can see why:

      session_start(): Cannot send session cache limiter - headers already sent (output started at C:\Development\ZBX-8950-test\frontends\php\include\classes\html\CObject.php:46) [imgstore.php:99 ? session_start() in C:\Development\ZBX-8950-test\frontends\php\imgstore.php:99]

            Unassigned Unassigned
            iivs Ivo Kurzemnieks
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: