Ad Widget

Collapse

Zabbix 1.8 MBstring?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kunstfpa
    Junior Member
    • Jan 2010
    • 1

    #16
    Is it OK to change mbstring.func_overload back to 0 after installation of Zabbix 1.8?

    (mediawiki and phpmyadmin don't like func_overload = 2).

    Comment

    • smallclanger
      Junior Member
      • Dec 2006
      • 13

      #17
      Originally posted by kunstfpa
      Is it OK to change mbstring.func_overload back to 0 after installation of Zabbix 1.8?

      (mediawiki and phpmyadmin don't like func_overload = 2).
      I've just changed it back to fix a mediawiki on the same box. My zabbix seems to be behaving itself.

      Terry.

      Comment

      • Nagaraju
        Junior Member
        • Jan 2010
        • 3

        #18
        php web interface error

        I am using centOs 5.4. i have updated php to 5.2.9 according to this previous mails of this thread. However i have still problem as below.

        PHP MB string support: No fail
        PHP MB string overload: No fail

        Can anybody please help me with this?

        Thanks in advance.

        Regards,
        Nagaraju Bandaru

        Comment

        • jacio
          Junior Member
          • Aug 2009
          • 5

          #19
          Error in Check of pre-requisites

          Hi everybody

          I am using centOs 5.4 and I´ve updated php to 5.2.10 according to this previous messages. But the problem still occurs.

          PHP MB string support: No fail
          PHP MB string overload: No fail

          Could somebody help me?

          Thanks
          Jacio

          Comment

          • yaap
            Junior Member
            • Aug 2009
            • 20

            #20
            Did you set mbstring.func_overload = 2 in php.ini and restarted web server ?

            Comment

            • jacio
              Junior Member
              • Aug 2009
              • 5

              #21
              Error in Check of pre-requisites

              Originally posted by yaap
              Did you set mbstring.func_overload = 2 in php.ini and restarted web server ?
              Yes, but the problem remains...

              Comment

              • yaap
                Junior Member
                • Aug 2009
                • 20

                #22
                Verify using php_info() if your mbstring module is enabled.

                Comment

                • svenw
                  Junior Member
                  • May 2008
                  • 26

                  #23
                  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....

                  Comment

                  • Nagaraju
                    Junior Member
                    • Jan 2010
                    • 3

                    #24
                    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

                    Comment

                    • jacio
                      Junior Member
                      • Aug 2009
                      • 5

                      #25
                      Originally posted by Nagaraju
                      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

                      Comment

                      • jpv21
                        Junior Member
                        • Jan 2010
                        • 1

                        #26
                        It works now

                        Originally posted by jacio
                        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
                        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.

                        jpv

                        Comment

                        • jacio
                          Junior Member
                          • Aug 2009
                          • 5

                          #27
                          Originally posted by jpv21
                          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.

                          jpv
                          Hi jpv,

                          After a time..
                          I decided by the reinstall of the server.
                          thanks for your help.
                          Jacio

                          Comment

                          • echoecho
                            Junior Member
                            • Mar 2010
                            • 1

                            #28
                            I have Zabbix 1.8.1 running on SLES10 and all dependencies are correct except for this MB string overload.

                            I've changed the MB string overload value to 2 in /etc/php5/apache2/php.ini.

                            I double checked the locales.inc.php file for the 2 offending lines and they were already commented out.

                            MBString is installed, as Zabbix does show that it passes that pre-req check.

                            Do any devs follow this thread? This seems like it should be a simple fix, but something is not right here....

                            Comment

                            • CeeEss
                              Senior Member
                              Zabbix Certified Specialist
                              • Nov 2007
                              • 103

                              #29
                              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

                              • chocho63
                                Member
                                • Jun 2005
                                • 53

                                #30
                                Idem in PHP 5.2.5

                                Originally posted by Alexei
                                I confirm this problem. The problem exists only for PHP 5.0.x and 5.1.x. PHP 5.2 and later versions will work fine.

                                Removing or commenting these two lines is absolutely correct workaround as these functions are not used anywhere in the front-end.

                                Sorry for this problem.
                                Hello,

                                This issue occurs with PHP 5.2.5 on Linux RedHat 3.0 Enterprise

                                Comment

                                Working...