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
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
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()
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.
You must log in to post.