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

Frontend configuration fails when some special passwords are setup

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Major Major
    • 1.8.2
    • 1.8.1
    • Frontend (F)
    • None
    • CentOS 5.4 - Zabbix 1.8.1

      After installing zabbix 1.8.1 frontend, I've started frontend configuration. On database configuration page, I've configured database user password as za$$iXuseR. After conclude configuration It's not possible to log on zabbix frontend. The message presented is "Undefined variable: iXuseR[/var/www/html/zabbix/conf/zabbix.conf.php:28]". I think there is a problem with double "$" interpretation in /var/www/html/zabbix/conf/zabbix.conf.php file. I've solved temporally this problem by modifying manually the file /var/www/html/zabbix/conf/zabbix.conf.php and quoting the database user password with single quotes (the default is double quotes).
      Before:
      $DB["PASSWORD"] = "za$$iXuseR";
      After:
      $DB["PASSWORD"] = 'za$$iXuseR';

            Unassigned Unassigned
            murilex Murilo Moreira de Oliveira
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: