The mcrypt extension is missing. Please check your PHP configuration

后端 未结 7 494
無奈伤痛
無奈伤痛 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:20

    Try this:

    sudo apt-get install mcrypt php5-mcrypt; php5enmod mcrypt; service apache2 restart
    

提交回复
热议问题