Hi all. After i installed phpMyAdmin on NginX, i found that mcrypt extension wasn’t enabled yet. I tried enabling mcrypt extension by this command :“sudo php5enmod mcrypt” and restart nginx. But it didn’t work. Please help me :)
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi Hoang!
I had the same issue however I am not using phpMyAdmin. I found this and it worked like a charm…
http://www.davekz.com/mcrypt-php-fpm-ubuntu/
Create symlink to mods-avaliable
Enable It.
Restart php-fpm
Restart nginx
This comment has been deleted
awesome!