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 <
Laravel
ubuntu 14.04
Nginx
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.
php.ini
/etc/php/php.ini
;extension=gd.so
Don't forget to restart the server.