-
-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zabbix 3.0 vs php version #429
Comments
it seems due to AMI box which try to install 5.3.29 by default
|
dependencies nightmare continues... So I tried : but zabbix_server -V returns : 3.0.9 any trick to force a specific version of zabbix server ? |
For your AMI issue: The operatingsystem is heavily outdated and ships a legacy php version. The scope of this module is not the manage php. I guess this is centos6 based. There are third party repos available that provide you newer php versions Can you provide the code you used to get zabbix 3.2 on ubuntu? We have an acceptance test that works on ubuntu 16.04 + zabbix3.2, so I guess you're missing a parameter here or provide the wrong value to one of them. |
I just comment zabbix_version as it is 3.2 by default.( see below code). `class { 'apache': class { 'mysql::server': class { 'zabbix': }` In puppet debug I can see lines with Inst and ohters with Conf |
Finally here is the final setup and last report errors + fix :
However as I still faced to blank page , the last error related to PHP was: a quick search recommend to update/install php-mbstring et voila,, landing page showed up ! |
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
puppet reload MYVM--provision
What are you seeing
blank page when launching zabbix home page
What behaviour did you expect instead
zabbix landing page
Output log
http error log :
PHP Parse error: syntax error, unexpected '[' in /usr/share/zabbix/index.php on line 29
phpinfo(): PHP Version 5.3.29
Any additional information you'd like to impart
seems like php version provided in the module is too old for tuning with zabbix set to 3.0
zabbix 3.0 requirement :
PHP | 5.4.0 or later | PHP v7 is not supported yet.
The text was updated successfully, but these errors were encountered: