Ad Widget

Collapse

500 Internal Server Error. Zabbix 6.4.3

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • baghiyat
    Junior Member
    • Jun 2022
    • 3

    #1

    500 Internal Server Error. Zabbix 6.4.3

    hi

    After Install and After Welcome Page Zabbix Show the HTTP ERROR 500
    and not going to pre check install page

    log error :
    PHP Code:
    [Sat Aug 19 10:54:14.740761 2023] [php:warn] [pid 7138] [client 192.168.60.13:62534PHP Warning:  Trying to access array offset on value of type null in /usr/share/zabbix/include/classes/core/CCookieSession.php on line 194
    [Sat Aug 19 10:54:22.018833 2023] [php:error] [pid 7140] [client 192.168.60.13:62542PHP Fatal error:  Uncaught ErrorCall to undefined function mb_check_encoding() in /usr/share/zabbix/include/validate.inc.php:237\nStack trace:\n#0 /usr/share/zabbix/include/validate.inc.php(364): check_type()\n#1 /usr/share/zabbix/include/validate.inc.php(445): check_field()\n#2 /usr/share/zabbix/include/validate.inc.php(469): check_fields_raw()\n#3 /usr/share/zabbix/setup.php(76): check_fields()\n#4 {main}\n  thrown in /usr/share/zabbix/include/validate.inc.php on line 237, referer: http://status.terminal.local/zabbix/setup.php
    [Sat Aug 19 10:54:22.019668 2023] [php:warn] [pid 7140] [client 192.168.60.13:62542PHP Warning:  Undefined array key "file" in /usr/share/zabbix/include/classes/debug/CProfiler.php on line 381refererhttp://status.terminal.local/zabbix/setup.php
    [Sat Aug 19 10:54:22.019705 2023] [php:warn] [pid 7140] [client 192.168.60.13:62542PHP Warning:  Undefined array key "line" in /usr/share/zabbix/include/classes/debug/CProfiler.php on line 381refererhttp://status.terminal.local/zabbix/setup.php
    [Sat Aug 19 10:54:22.020201 2023] [php:warn] [pid 7140] [client 192.168.60.13:62542PHP Warning:  Trying to access array offset on value of type null in /usr/share/zabbix/include/classes/core/CCookieSession.php on line 194refererhttp://status.terminal.local/zabbix/setup.php
    ​ 
    php version:
    PHP 8.1.22 (cli) (built: Aug 14 2023 05:32:33) (NTS)
    Copyright (c) The PHP Group
    Zend Engine v4.1.22, Copyright (c) Zend Technologies
    with Zend OPcache v8.1.22, Copyright (c), by Zend Technologies
  • Gsmith
    Member
    • Mar 2015
    • 56

    #2
    Hey baghiyat I just ran into this same issue. By chance did you resolve this?

    Comment

    • dimir
      Zabbix developer
      • Apr 2011
      • 1080

      #3
      Looks like you were installing zabbix not using official instructions: https://www.zabbix.com/download

      You are missing PHP mbstring module which would be installed automatically be you using our packages.

      Comment

      Working...