Ad Widget

Collapse

Don't work button "next step"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tutunak
    Member
    • Mar 2016
    • 32

    #1

    Don't work button "next step"

    I am trying install zabbix-web on my server. I use Centos 7 and nginx 1.8.1 and php-fpm. When I click on button "Next step" on page ../setup.php it isn't work only reloade page.

    zabbix-web installed from zabbix repository. What is wrong?

    Configuration nginx and php-fpm for zabbix 2.2. same and work fine.
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Please check the manual.

    If there is a need to change the Apache user or user group, permissions to the session folder must be verified. Otherwise Zabbix setup may be unable to continue.


    Perhaps nginx user will not have permission to PHP session directory.
    ex. /var/lib/php

    Comment

    • tutunak
      Member
      • Mar 2016
      • 32

      #3
      Originally posted by Atsushi
      Please check the manual.




      Perhaps nginx user will not have permission to PHP session directory.
      ex. /var/lib/php
      Yes! You are right! Directroy /var/lib/php/session was owner apache, I changed it to nginx.

      tnx.

      Comment

      • Keempe01
        Junior Member
        • Jul 2018
        • 1

        #4
        Hello,

        I have same problem. I used this official manual https://www.zabbix.com/download?zabb...ion=7&db=MySQL

        Apache version>
        Server version: Apache/2.4.6 (CentOS)
        Server built: Aug 24 2015 18:11:25

        PHP version>
        # php --version
        PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/apcu.so' - /usr/lib64/php/modules/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
        PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/imap.so' - /usr/lib64/php/modules/imap.so: cannot open shared object file: No such file or directory in Unknown on line 0
        PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/magickwand.so' - /usr/lib64/php/modules/magickwand.so: cannot open shared object file: No such file or directory in Unknown on line 0
        PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/mcrypt.so' - /usr/lib64/php/modules/mcrypt.so: cannot open shared object file: No such file or directory in Unknown on line 0
        PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/mssql.so' - /usr/lib64/php/modules/mssql.so: cannot open shared object file: No such file or directory in Unknown on line 0
        PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/pdo_dblib.so' - /usr/lib64/php/modules/pdo_dblib.so: cannot open shared object file: No such file or directory in Unknown on line 0
        PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/tidy.so' - /usr/lib64/php/modules/tidy.so: cannot open shared object file: No such file or directory in Unknown on line 0
        PHP 5.4.16 (cli) (built: Apr 12 2018 19:02:01)
        Copyright (c) 1997-2013 The PHP Group
        Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies

        Zabbix version>
        3.4.

        OS version>
        NAME="CentOS Linux"
        VERSION="7 (Core)"

        http log>
        "GET /zabbix/jsLoader.php?ver=3.4.11&lang=en_gb HTTP/1.1" 200 557678 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0"



        I am able to load main Setup page, but it is not posibble to get on second page "Check of pre-requisites", when I click on "Next Step" button, page reloaded without any efect. Please help me and suggest any step how debug this.

        Comment


        • Atsushi
          Atsushi commented
          Editing a comment
          Have you set up to load modules that are not installed in php.ini?
          If you are using the standard package of CentOS 7, please try to restore php.ini.
      Working...