Plesk gives following error while installing modules which requires mcrypt to be installed.
Install mcrypt using following steps on plesk.Cannot load mcrypt extension. Please check your PHP configuration.
1) download and install repository
2) check the version of phpwget -q -O - http://www.atomicorp.com/installers/atomic | sh
If php has latest version then install the mcrypt with following commandphp -v
tyum install php-mcryp
If php has older versions then compatible modules is to be installed. Under this situation
following command can be used to install mcrypt.
(for php version 5.1.6)yum install php-mcrypt-5.1.6
3) restart httpd
4) restart plesk/etc/init.d/httpd restart
/etc/init.d/psa restart






Reply With Quote

Bookmarks