Page 1 of 1

Install phpMyAdmin in IIS 6

Posted: Sat Nov 26, 2011 1:26 am
by sels2005j
I have installed PHP in windows 2003 IIS and MySQL.

When I run phpMyAdmin, I get the following error

\Unknown language: en.

Cannot load mcrypt extension. Please check your PHP configuration.

see the attached file.

If I log with user name : root and the password which given to MySQL

the page redirect and displays the page can not be displayed

Please help me to install phpMyAdmin in IIS without installing Apache.

Thanks in advance

Re: Install phpMyAdmin in IIS 6

Posted: Sun Nov 27, 2011 2:35 pm
by maxx99
Check your phpmyadmin/config.inc.php and $cfg['DefaultLang'] is it 'en' or e.g. 'en-utf-8'??

About mcrypt. Check this:
http://www.phpfreaks.com/forums/index.p ... c=264732.0