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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.