Unable to load mbstring.dll

This is by far one of the most annoying errors from PHP installation. It will try to load the mbstring.dll (Windows Only so far) and it gives you an error telling that it could not load the mbstring dynamic library.
The issue is not on the mbstring and the solution is simple. Remove the exif.dll extension load line on php.ini and place it after the mbstring extension load line.
This will fix your issue.
Have fun.

About mcloide

Making things simpler, just check: http://www.mcloide.com View all posts by mcloide

3 responses to “Unable to load mbstring.dll

Leave a comment