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.