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? Quote Link to comment 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. Quote Link to comment 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'; 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.