Problem with resize

See all posts See thread Reply

Re: Problem with resize new!
by colin, 5 years, 4 months ago
I see. But it seems that the image is not processed because GD is not present on your system:
- GD version : GD not presentReply
Re: Problem with resize new!
by Marco A. Braghim, 5 years, 4 months ago
Yeah! That really solved the problem!

$ sudo aptitude install php7.2-gd
$ sudo phpenmod gd
$ sudo service apache2 restart

Thank you very much dude, you and your upload class are awesome! =DReply