The mcrypt extension is missing. Please check your PHP configuration

crgsqdmn :

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.

Marc Delisle :

Try this:

sudo apt-get install php5-mcrypt
sudo ln -s /etc/php5/conf.d/mcrypt.ini /etc/php5/mods-available
sudo php5enmod mcrypt 
sudo service apache2 restart

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

The mbstring extension is missing. Please check your PHP configuration

The mysqli|mysql extension is missing. Please check your PHP configuration

phpMyAdmin - Error | The mbstring extension is missing. Please check your PHP configuration in Ubuntu 14.04 LTS

How to check if mcrypt extension exists in php

Current theme unselected. Please check your theme configuration

Laravel requires the Mcrypt PHP extension

php extension mcrypt must be loaded

The requested PHP extension dom is missing from your system

Composer - the requested PHP extension mbstring is missing from your system

the requested PHP extension mbstring is missing from your system

Extension configuration missing

Setting up Erlang node fails with "Can't set long node name! Please check your configuration"

DigitalExperienceManager-CommunityDistribution-7.3.1.0 starts with error 'Cannot set maven executable to mvn, please check your configuration'

php 7 Mcrypt PHP extension required

The following extensions are missing! Please enable the PHP extension(s) in php.ini

Mcrypt PHP extension required on Mac OS X

Mcrypt PHP extension installation doesn't work

Heroku Laravel 4.2 Mcrypt PHP extension required

Cannot find template location :( please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false)

Doorbird intercom: "Please check your inputs"

In Spring boot:Cannot find template location: class path resource [templates/] (please add some templates or check your Thymeleaf configuration)

The requested PHP extension ext-iconv * is missing from your system. Install or enable PHP's iconv extension

- mongodb/mongodb 1.2.0 requires ext-mongodb ^1.3.0 -> the requested PHP extension mongodb is missing from your system

Composer: The requested PHP extension ext-intl * is missing from your system

Wamp and Xampp "Your PHP installation appears to be missing the MySQL extension which is required by WordPress."

Laravel Error: the requested PHP extension sqlite3 is missing from your system

How to enable php-Mcrypt extension in Laravel Homestead

Howto ubuntu 18.04 install / activate PHP extension ext-mcrypt

PHP is not working well on Ubuntu 13.10 and mcrypt is missing in phpmyadmin