• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Installing Magento gives 'The 'mcrypt' extension was not found'

MichaelMullanyZA

New Pleskian
Hi,

Plesk 11.0.9 Update #32 on Server2008RC2.

Trying to install Magento for a client, given the error 'The 'mcrypt' extension was not found'.

Cannot find any instructions on how to add this in a Windows Environment, only Linux.

Any assistance appreciated.

Edit:
Just FYI, 'libmcrypt.dll' and 'ext\php_mcrypt.dll' are in C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP5
I also have 'extension=php_mcrypt.dll' in the "Additional directives" box which edits php.ini
 
Last edited:
It's easy. Find your loaded configuration file with phpinfo(). The Windows binary package contains the php_mcrypt.dll and the auxiliary libmcrypt.dll. If php is setup correctly and functioning on your web server, you should only need to uncomment the extension=php_mcrypt.dll line in the php.ini file that php is using and reboot to get any change made to the php.ini to take effect.
 
Back
Top