• I get this error message with the latest update: PHP Fatal error: Call to undefined function mb_strtolower() in C:\Inetpub\wwwroot\WordpressBlog\blog\wp-content\plugins\seo-ultimate\modules\slugs\slugs.php on line 45

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor John

    (@johnlamansky)

    What versions of WordPress and PHP are you using?

    I am having the exact same issue.

    PHP Version: 5.2.17
    WP Version: 3.2.1

    Same problem here, it works fine until I go to publish a new post or update a page.

    I have same problem, hope it will get fixed soon.

    The ‘mb’ in this case stands for ‘multibyte’, which your host may not have included in their PHP installation. I guess that mb supports certain character sets (languages) better, but the plugin author may need to put in a check (using function_exists) and let it fall back on strtolower()

    Plugin Contributor John

    (@johnlamansky)

    The issue should be fixed in 6.9.4. Only certain server setups were affected so I didn’t catch it before launching the last couple versions. Thanks for reporting the issue, and I apologize for the inconvenience.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Latest update is broken…’ is closed to new replies.