JipThePeople Posted December 16, 2008 Share Posted December 16, 2008 I have installed phpMyAdmin 3.0.1.1 on WinXP Pro with PHP 5.2.8. When I browse to the login page, I see the following error message: "Cannot load mcrypt extension. Please check your PHP configuration." I have tweaked my php.ini file to load the mcrypt extension and my phpInfo() page is indicating that other extensions have successfully loaded (e.g., mySQL, LDAP). I have verified that there is a "php_mcrypt.dll" file in the extensions folder. The only solution I found was dealing with libmcrypt.dll and putting it in my System32 folder. I did this and nothing has changed. Any recommendations? Link to comment https://forums.phpfreaks.com/topic/137260-phpmyadmin-mcrypt-error/ Share on other sites More sharing options...
JipThePeople Posted December 17, 2008 Author Share Posted December 17, 2008 I have also tried version 3.1.1 but it has the same issue with mcrypt. Any feedback will be greatly appreciated. Link to comment https://forums.phpfreaks.com/topic/137260-phpmyadmin-mcrypt-error/#findComment-717717 Share on other sites More sharing options...
JipThePeople Posted December 17, 2008 Author Share Posted December 17, 2008 Solution was just to change auth type from cookies to http: $cfg['Servers'][$i]['auth_type'] = 'http'; Link to comment https://forums.phpfreaks.com/topic/137260-phpmyadmin-mcrypt-error/#findComment-717821 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.