I just followed the tutorial located at https://www.digitalocean.com/community/articles/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu while fixing multiple other errors that I came across along the way and I'm stuck with one last error. When I log in to phpMyAdmin, there's a huge red error at the bottom saying "The mcrypt extension is missing. Please check your PHP configuration.". I installed everything listed in the tutorial on Ubuntu 13.10 via putty.
相关问题
- Why doesn't php sleep work in the windows-subs
- Installing Pydev for Eclipse throws error
- Error building gcc 4.8.3 from source: libstdc++.so
- what's the role of libopenssl-ruby?
- Docker why isn't $USER environment variable se
相关文章
- 为什么nfs在不同版本的Linux下安装的文件都不一样
- Incompatible JavaHl library loaded
- Python - Node.js (V8) runtime is not available on
- Ubuntu graphviz 'sfdp' not working
- phpMyAdmin won't let me login - no error shown
- Gearman , php extension problem : Class 'Gearm
- Decrease the tabs bar height in gnome terminal
- I can not access phpMyAdmin on XAMPP
I am on a Mac OS X Yosemite using Terminal, and I fix this error
by running the following commands :
Try this:
I've followed the exact tutorial with OP on digital ocean. The only steps that missing is to
and the error gone after restarting the apache service
For those using a LEMP stack (nginx & php5-fpm), this is the solution
(run each with sudo, naturally)
Try this:
Adding this answer for anyone who encounters this issue with Linux Mint 17.
Just installed a LAMP stack on and was getting this error. The mycrpt.ini file was already inst the /etc/php5/mods-available directory. All that needed to be done was to run the command to enable the module:
Restart apache after that and you'll be good to go.