Ad Widget

Collapse

Zabbix 1.8 Ubuntu 9.10 probléme MB string support Fail

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mika2006
    Junior Member
    • May 2007
    • 15

    #1

    Zabbix 1.8 Ubuntu 9.10 probléme MB string support Fail

    Hello i m trying to install the lat zabbix and i have a problem on 3. Check of pre-requisites
    i don't know how pass the problem :
    PHP Code:
    PHP version:  5.2.10-2ubuntu6.4 Ok 
    PHP Memory limit
    256M Ok 
    PHP post max size
    16M Ok 
    PHP max execution time
    300 sec Ok 
    PHP Timezone
    Europe/Paris Ok 
    PHP Databases support
    :  MySQL Ok 
    PHP BC math support
    yes Ok 
    PHP MB string support
    yes Ok 
    PHP MB string overload
    no Fail 
    PHP Sockets support yes Ok 
    GD Version
    2.0 or higher Ok 
    Image formats
    PNG Ok 

    Fail 
    Maybe i need update php, but how do this on ubuntu 9.10 please?
  • modest
    Member
    • Dec 2009
    • 40

    #2
    Hi,

    You should check this topic, it might contain solution for your problem:

    Comment

    • Firm
      Senior Member
      • Dec 2009
      • 342

      #3
      mika2006,

      Check web server error logfile for more information.

      Comment

      • mika2006
        Junior Member
        • May 2007
        • 15

        #4
        i make this :


        sudo nano /etc/php5/apache2/php.ini
        i found
        PHP Code:
        mbstring.func_overload 
        and i write the value 2.

        Comment

        • akmalsiddiqui
          Junior Member
          • Dec 2011
          • 2

          #5
          The solution to that is following

          Code:
          mbstring.func_overload = 2

          Comment

          Working...