Ad Widget

Collapse

New install fails on 'Configuration file error'

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mazdajai
    Junior Member
    • Mar 2016
    • 9

    #1

    New install fails on 'Configuration file error'

    Hi,

    Trying a new install on:

    Centos 7
    php 5.6 (custom)
    Apache 2.4.6

    We have company policy to use internal rpms and I am trying to determine which part breaks in so I can escalate this properly. I have done some troubleshooting on CLI... Can anyone share some lights on how to troubleshoot or caused this error?



    Works on php 5.4
    [foo@server01 ~]$ php -v; sudo php /usr/share/zabbix/setup.php|tail
    PHP 5.4.16 (cli) (built: Jun 23 2015 21:17:27)
    Copyright (c) 1997-2013 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies

    <Omitted... Return setup wizzard code from setup.php>


    Does not work on php 5.6
    [foo@server03 conf.d]$ php -v; sudo php /usr/share/zabbix/setup.php
    PHP 5.6.19 (cli) (built: Mar 30 2016 08:43:23)
    Copyright (c) 1997-2016 The PHP Group
    Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
  • mazdajai
    Junior Member
    • Mar 2016
    • 9

    #2
    It was caused by zabbix.conf.php that was deployed by Puppet. Removed the file resolved this issue.

    Comment

    Working...