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. Link to comment https://forums.phpfreaks.com/topic/180227-mcrypt-load-problem/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.