PHP: Call to undefined function mb_strlen()
Simple one but a pain when it arises, mb_strlen() relies on the PHP extension mbstring which is not enabled by default.
Search for extension=php_mbstring.dll in your php.ini, uncomment it and restart Apache, unless you have a non standard install it should work fine from here on in.
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.

Comments
No comments yet.
Leave a comment