Mcrypt extension error after installing phpMyAdmin on IIS
If you install phpMyAdmin on IIS and get the error:
PROBLEM: cannot load mcrypt extension. please check your php configuration
This could be due to the extension being missing or that it is not listed correctly in php.ini file. Listed below are the instructions from around the web that I followed to get this working:
Continue reading