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

Screens and Trigger Info Elements - Failed opening required '/var/www/html/zabbix/include/classes/html/../triggers.inc.php'

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Minor Minor
    • 2.3.4
    • 2.3.3
    • Frontend (F)
    • None
    • Zabbix 2.3.4-48026

      Failed opening required '/var/www/html/zabbix.dev.cbeyond.net/include/classes/html/../triggers.inc.php'.

      Fixed error by modifying the following:

      — CTriggersInfo.php.orig 2014-08-13 10:35:56.860478031 -0400
      +++ CTriggersInfo.php 2014-08-13 10:36:00.000000000 -0400
      @@ -19,7 +19,7 @@
      **/

      -require_once dirname(_FILE_) . '/../triggers.inc.php';
      +require_once dirname(_FILE_) . '/../../triggers.inc.php';

      class CTriggersInfo extends CTable {

            Unassigned Unassigned
            palmertree Kenneth Palmertree
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: