I followed the instructions here exactly: https://www.zabbix.com/download?zabb...ubuntu&os_vers ion=22.04&components=server_frontend_agent&db=mysq l&ws=apache
There were no problems with the install, and I verified that the MySQL DB and user were created successfully.
Now when I go to /setup.php I get errors:
I'm running php8.1 if it matters.
There were no problems with the install, and I verified that the MySQL DB and user were created successfully.
Now when I go to /setup.php I get errors:
- mysqli::real_connect(): Passing null to parameter #7 ($flags) of type int is deprecated [setup.php:100 → CSetupWizard->__construct() → CSetupWizard->eventHandler() → CSetupWizard->dbConnect() → DBconnect() → MysqlDbBackend->connect() → mysqli->real_connect() in include/classes/db/MysqlDbBackend.php:173]
- The Zabbix database version does not match current requirements. Your database version: 6000000. Required version: 5000000. Please contact your system administrator.
- substr(): Passing null to parameter #1 ($string) of type string is deprecated [setup.php:108 → CPageHeader->__construct() → substr() in include/classes/html/pageheader/CPageHeader.php:67]
I'm running php8.1 if it matters.
Comment