If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
i'm using a firefoxplugin "web developer", with this i can enable disabled buttons in forms. of course this overrides zabbix checks for compliance, but it helped me installing 1.8 when it was complaining about a lot of stuff that it shouldn't complain about....
latest installation wizard (which will be in 1.8.1 i assume) seems to be much better anyway....
Hi Jacio,
Please follow the below steps to get your web interface working.
1.PHP MB string overload: No fail
set mbstring.func_overload = 2 in php.ini and restarted web server.
2.PHP MB string support: No fail
install package php-mbstring.x86_64 0:5.2.10-1
Regards,
Nagaraju Bandaru
Hi Nagaraju,
I´ve set mbstring.func_overload = 2 but the error still remains, but now only in this line.
This is my Check of pre-requisites page:
Current value Required Recommended
PHP version 5.2.10 5.0 5.3.0 Ok
PHP memory limit 256M 128M 256M Ok
PHP post max size 32M 16M 32M Ok
PHP max execution time 600 300 600 Ok
PHP timezone Etc/GMT+3 Ok
PHP databases support MySQL Ok
PHP BC math yes Ok
PHP MB string yes Ok
PHP MB string overload no Fail
PHP Sockets yes Ok
PHP GD 2.0.34 2.0 2.0.34 Ok
GD PNG Support yes Ok
libxml module 2.6.26 2.6.15 2.7.6 Ok
ctype module yes Ok
I´m still searching for the solution...
thanks
Jacio
I´ve set mbstring.func_overload = 2 but the error still remains, but now only in this line.
This is my Check of pre-requisites page:
Current value Required Recommended
PHP version 5.2.10 5.0 5.3.0 Ok
PHP memory limit 256M 128M 256M Ok
PHP post max size 32M 16M 32M Ok
PHP max execution time 600 300 600 Ok
PHP timezone Etc/GMT+3 Ok
PHP databases support MySQL Ok
PHP BC math yes Ok
PHP MB string yes Ok
PHP MB string overload no Fail
PHP Sockets yes Ok
PHP GD 2.0.34 2.0 2.0.34 Ok
GD PNG Support yes Ok
libxml module 2.6.26 2.6.15 2.7.6 Ok
ctype module yes Ok
I´m still searching for the solution...
thanks
Jacio
Jacio - I had the exact same issue
i installed the php-mbstring module with 'yum –y install php-mbstring'
However, first i had an issue with the php-common dependency when I tried to run the above, so first I did 'yum -y erase php-common', then installed it again 'yum -y install php-common', then I was able to run 'yum –y install php-mbstring'
I reinstalled Zabbix and now it passes the install checklist
I'm not an expert in linux by any means, but this worked for me.
i installed the php-mbstring module with 'yum –y install php-mbstring'
However, first i had an issue with the php-common dependency when I tried to run the above, so first I did 'yum -y erase php-common', then installed it again 'yum -y install php-common', then I was able to run 'yum –y install php-mbstring'
I reinstalled Zabbix and now it passes the install checklist
I'm not an expert in linux by any means, but this worked for me.
jpv
Hi jpv,
After a time..
I decided by the reinstall of the server.
thanks for your help.
Jacio
This is going to sound dumb, and i'm not being a wise-ass, but did you stop/start apache? Honestly, this worked for me after i'd been through the same hoops as you. (CentOS5.4, RPM-based Apache2)
Comment