Sunday, December 21, 2008

little problem with PhpMyAdmin

When I go to phpMyAdmin page, I notice there is an error message on the bottom "Cannot load mcrypt extension. Please check your PHP configuration".
*Note: Please refer to previous article last picture
.

Well, to solve this just install the php-mcrypt then restart apache2.

sudo apt-get install php5-mcrypt

sudo /etc/init.d/apache2 restart

No comments:

Post a Comment