• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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