I have been trying to setup phpMyAdmin on IIS 8 (running on Windows 8) to work with MySQL. I have downloaded the English version from the website, and extracted the main files to C:\inetpub\wwwroot\phpMyAdmin. Whenever I try to launch the configuration page from localhost, I get the follow error:
Fatal error: Call to undefined function mb_detect_encoding() in C:\inetpub\wwwroot\phpMyAdmin\libraries\php-gettext\gettext.inc on line 177
I have tried the solution here, and while that does allow me to access phpMyAdmin, I get an error 500 on one of my pages which has just a basic php / html form on it.
I am using php 5.4.30 and phpMyAdmin 4.2.6.