Jump to content

mcrypt load problem


Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.