The mcrypt extension is missing. Please check your PHP configuration

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

    For those using a LEMP stack (nginx & php5-fpm), this is the solution

    apt-get install php5-mcrypt
    php5enmod mcrypt
    service php5-fpm restart
    service nginx restart
    

    (run each with sudo, naturally)

提交回复
热议问题