Question
phpMyAdmin mycrypt issue
I just got started with DigitalOcean yesterday, my first VPN so apologies in advance for any unnecessary questions.
I have been able to install dependencies for NodeBB and also install NodeBB itself. But now I’m also trying to setup for WordPress on the same droplet
I have successfully carried out the LEMP installation through help articles, but I’m getting stuck at phpMyAdmin installation. Biggest issue now is with the mcrypt service, I can’t get it to start
Based on this tutorial, https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-with-nginx-on-an-ubuntu-14-04-server
Everytime I try to run this code ‘sudo php5enmod mcrypt’ I get an error saying php5enmod can’t be found. I know that I’m currently running php7 so I thought that was the problem.
However I’ve gone round this for about 14hrs and I still can’t figure it out
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.
×