HELP URGENT mbstring extension not installed. Warning! Dolphin cannot work without mb

Discussion in 'PHP' started by TecSupport, Apr 13, 2010.

  1. #1
    mbstring extension not installed. Warning! Dolphin cannot work without mbstring extension.


    THATS THE ERROR I GET , I UPLOADED ALL THE FILES,
    I HAVE SHELL AND ROOT FOR THE VPS, ANYONE HELP ME?

    WILLING TO PAY SOMETHING TO GET THIS FIXED
     
    TecSupport, Apr 13, 2010 IP
  2. MyVodaFone

    MyVodaFone Well-Known Member

    Messages:
    1,048
    Likes Received:
    42
    Best Answers:
    10
    Trophy Points:
    195
    #2
    mbstring dll file needs to be installed and or activated in the php.ini file by your hosting provider. Its not something you can do yourself on shared hosting
     
    MyVodaFone, Apr 13, 2010 IP
  3. coffear

    coffear Member

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    43
    #3
    He has already stated he has root so does not require his host.
     
    coffear, Apr 13, 2010 IP
  4. coffear

    coffear Member

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    43
    #4
    Is this a windows vpn or a linux vpn. Also what control panel are you using. PHP has been compiled but without the MB string extension as the error message suggests. To double check this you could simply upload a PHP file that has the following content:-

    <?PHP
    phpinfo();
    ?>

    If the extension is installed you should see a section specifically for it.

    If you are using cpanel you can use easyapache to install the mbstring extension.
     
    coffear, Apr 13, 2010 IP