kamgfx
kamgfx

Reputation: 21

PHP extension “mcrypt” must be loaded.

I am installing magento CMS, and am trying to install the files. I am getting this error when I am in configuration mode.

PHP extension “mcrypt” must be loaded.

I am used to activating this extension by removing ; from extension=php_mcrypt.dll in php.in, but the problem is still present.

Why would this be happening and how do I fix this problem?

Upvotes: 0

Views: 13570

Answers (2)

lavb
lavb

Reputation: 628

I recommend to restart the web server.

Upvotes: 1

kuba_ceg
kuba_ceg

Reputation: 930

Run php file with

<?php
phpinfo();

and check whether there is a mcrypt extension, if no check path for right php.ini file.

Upvotes: 0

Related Questions