Question
How to enable and configure the mcrypt in PHP7 using NGINX?
Hi,
I would like to seek your assistance on how to enable and configure the mcrypt in PHP7 using NGINX. Here’s the scenario: the users will signup in to our application using signup button ofcourse. but once the user register all the profile details its hung with error: POST http://www.trendle.io/Signup/signup1 500 (Internal Server Error). base in error logs this is mcrypt. in PHP5 using apache is easy to create. but when I tried in PHP 7 using this sudo apt-get install php-mcrypt, sudo phpenmod mcrypt, then restart the nginx service. its the same problem.
Hope someone can help.
Thank you
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.
×