Jump to content

Mcrypt problems


Drezard

Recommended Posts

Okay, I've downloaded and installed XAMPP (The apache friends project) on my computer. Now, I want to use Mcrpyt. It has files like libmcrypt.dll and such in the php folder. But when I try to use functions such as mcrypt_module_open() or mcrypt_generic() it gives me errors such as: "Fatal error: Call to undefined function mcrypt_module_open()". Whats wrong?

 

Daniel

Link to comment
https://forums.phpfreaks.com/topic/71125-mcrypt-problems/
Share on other sites

Did you enable them in you php.ini file???

 

if not, go to your XAMP folder (C:\Program Files\XAMPP\PHP\php.ini) and open the file php.ini,

 

1. Find the section with all the dll's to include, find the libmcrypt.dll file, and remove the semi colon at the beginning of the line.

2. Save the file.

3. Restart the Apache service.

 

Let me know if that does it for you.

Link to comment
https://forums.phpfreaks.com/topic/71125-mcrypt-problems/#findComment-357982
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.