Fatal error: Call to undefined function mcrypt_module_open()
Please help me to fix it.

Recommended Answers

All 5 Replies

1. is the mcrypt extension in the php.ini ?
2. does the extension_dir point to the directory where mcrypt.so or mcrypt.dll is located ?

Hi! pritaeas,
Thanx for replying.
For both questions, answer is yes(i think).
If you could tell me how to check both, it will be a graet help for me.
Yeah, i saw the php.ini file,
;extension=php_mcrypt.dll is there.
Manoj

The semi-colon in front, means it is NOT enabled. Remove the semi-colon, restart and try again.

It still give the same error.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.