GD Library extension not available with this PHP installation Ubuntu Nginx

后端 未结 6 785
南方客
南方客 2020-12-24 02:01

I am using Laravel web framework on my ubuntu 14.04 server and Nginx web server, I have this error when I try to upload a file using <

6条回答
  •  [愿得一人]
    2020-12-24 02:35

    Php 5.6 worked with below command

    PHP5.6: sudo apt-get install php5.6-gd

    after installing restart server

    sudo service apache2 restart
    

提交回复
热议问题