Results 1 to 9 of 9

Thread: Fatal error: Call to undefined function mb_strtolower()

  1. #1

    Red face Fatal error: Call to undefined function mb_strtolower()

    i got it solved it was ffmpeg :)
    Last edited by bhanuprasad1981; 12-17-2009 at 07:34 PM.

  2. #2
    Join Date
    Sep 2007
    Posts
    906

    Default

    The error was due to mbstring php module not installed. Nothing to do with ffmpeg.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  3. #3
    Join Date
    Jul 2009
    Posts
    11

    Default

    Any idea how to fix this?

    My script has been working fine and then all of a sudden I'm getting this error.

    http://media.vampirediariesweb.com/

  4. #4
    Join Date
    Sep 2007
    Posts
    906

    Default

    You need mbstring php module enabled on your server.

    Contact your webhost to enable this
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  5. #5
    Join Date
    Jul 2009
    Posts
    11

    Default

    Ah ok, thanks!

  6. #6
    Join Date
    Jul 2009
    Posts
    11

    Default

    Quote Originally Posted by hostonnet View Post
    You need mbstring php module enabled on your server.

    Contact your webhost to enable this
    My host has checked and the mbstring php module is enabled on the sever. There are other Vshare installs on that server that are working just fine :/

  7. #7
    Join Date
    Sep 2007
    Posts
    906

    Default

    Fatal error: Call to undefined function mb_strtolower()
    Reson for this error is mb_strtolower not installed on the server. Do a google search for the error you will see it.

    Also you phpinfo do not show mbstring

    phpinfo()

    See

    phpinfo()

    have following entry

    mbstring
    Multibyte Support enabled
    Multibyte string engine libmbfl
    Multibyte (japanese) regex support enabled
    Multibyte regex (oniguruma) version 4.4.4
    Multibyte regex (oniguruma) backtrack check On
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  8. #8
    Join Date
    Jul 2009
    Posts
    11

    Default

    Is there anyway to downgrade my vshare installation to 2.6?

    2.7 is currently installed but I don't think its supported 100% on the servers I'm on since other vshare installs (which are 2.6) work perfectly fine.

  9. #9
    Join Date
    Sep 2007
    Posts
    906

    Default

    You can downgrade only if you have backup of old version. It will be easy to install mbstring, as it is part of php. If you are on cpanel server, it is just a check box selection in WHM.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •