The mcrypt extension is missing. Please check your PHP configuration

后端 未结 7 501
無奈伤痛
無奈伤痛 2021-01-30 06:43

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 er

7条回答
  •  借酒劲吻你
    2021-01-30 07:14

    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
    

提交回复
热议问题