dbay55 Posted November 4, 2009 Share Posted November 4, 2009 I installed php 5.2.11 on Windows 7 with IIS 7.5 fine using a Windows platform app. After installing phpmyadmin the "cannot load mcrypt" error occurs. The necessary dll's are missing from my files. I downloaded and unzipped 5.2.11 binaries (non-thread safe) and copied php_mcrypt.dll into the /ext folder and php root folder. I also copied libmycrypt.dll into System, System32 and Windows folders. The php.ini was modified adding extension=php_mcrypt.dll According to everything I read, this should fix the problem. mcrypt is still not loaded according phpinfo() or myphpadmin first page. Can anyone suggest what is wrong? Thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.