GD Library extension not available with this PHP installation Ubuntu Nginx

后端 未结 6 789
南方客
南方客 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:33

    In my case under Archlinux:

    pacman -S php-gd 
    

    php-gd

    then in your php.ini for me in /etc/php/php.ini uncomment line ;extension=gd.so by removing semicolon.

    Don't forget to restart the server.

提交回复
热议问题