Hi!
I installed Zabbix 3.2 (mysql version) on Centos System and met an issue - fronted initial setup was not working, when on http://somehost/setup.php click on "Next Step" nothinh happens.
Server description:
1. Centos 7
2. Nginx + php-fpm
3. mysql
What I tried to change:
1. PHP versions - 5.4, 5.6, 7.1, 7.1 not supported so it showed an error, nothing happens with 5.4, 5.6 on click "Next step"
2. mariadb5.5, mysql5.7
3. Zabbix versions 3.0, 3.2 with same result
Also I installed new server from scratch and got same issue:
No any errors on nginx, php-fpm or zabbix logs.
SOLVED:
Ownership change was needed:
I installed Zabbix 3.2 (mysql version) on Centos System and met an issue - fronted initial setup was not working, when on http://somehost/setup.php click on "Next Step" nothinh happens.
Server description:
1. Centos 7
2. Nginx + php-fpm
3. mysql
What I tried to change:
1. PHP versions - 5.4, 5.6, 7.1, 7.1 not supported so it showed an error, nothing happens with 5.4, 5.6 on click "Next step"
2. mariadb5.5, mysql5.7
3. Zabbix versions 3.0, 3.2 with same result
Also I installed new server from scratch and got same issue:
No any errors on nginx, php-fpm or zabbix logs.
SOLVED:
Ownership change was needed:
Code:
chown -R nginx:nginx /var/lib/php/session/
Comment