We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 3633
    • 84 Posts
    I have just installed MODx, and when I go to the site where the cms is installed I get this error: Fatal error: Call to undefined function mb_strlen() in /home/account/public_html/cmsfolder1/assets/snippets/ajaxSearch/classes/ajaxSearch.class.inc.php on line 359. So I am wondering if someone could please tell me why I am getting this message, and how get I fix it?
      • 3633
      • 84 Posts
      I have just logged out of the admin section, and now I am getting a HTTP 500 Internal Server Error where the cms is installed.
        • 3749
        • 24,544 Posts
        Quote from: bluegum at Mar 01, 2009, 07:09 AM

        I have just installed MODx, and when I go to the site where the cms is installed I get this error: Fatal error: Call to undefined function mb_strlen() in /home/account/public_html/cmsfolder1/assets/snippets/ajaxSearch/classes/ajaxSearch.class.inc.php on line 359. So I am wondering if someone could please tell me why I am getting this message, and how get I fix it?

        You need to have the php_mbstring module enabled in your php.ini. Some setups have it disabled by default.

        If that’s not possible, you can try changing mb_strlen() to just strlen() in the file referenced in the error message.
          Did I help you? Buy me a beer
          Get my Book: MODX:The Official Guide
          MODX info for everyone: http://bobsguides.com/modx.html
          My MODX Extras
          Bob's Guides is now hosted at A2 MODX Hosting
          • 8430
          • 1 Posts
          Here is the same problem in how to correct it

          http://www.joomlaxt.com/forum?func=view&catid=17&id=7596