Fatal error: Call to undefined function: mcrypt_module_open() in /home/www/example.info/modules/aes/aes.module on line 434

need help

Comments

XerraX’s picture

Assigned: Unassigned » XerraX
Status: Active » Closed (fixed)

The mcrypt PHP-extension is not loaded! The AES module can't work without this extension.

myextremity’s picture

facing the sanme problem here too. someone pls reply quickly.

cant use webmail plus without it

easyfit’s picture

Hi

Just having PHP itself isn't enough, you need an extra extension/module to PHP for this module to work, called mcrypt.

If you have your own server you can install it yourself, you can find the extension here:
http://php.net/mcrypt

If you're hosted on a web hotel or similar and they don't have this extension then you're probably out of luck I'm afraid. You'll probably have to switch to a web hotel which does have this extension if you really need AES. Or you could of course mail your current hotel and ask if they would be willing to install this for you.