Forum Moderators: coopster
I just got a call from a client saying that their image upload and thumbnail creator script is throwing errors.
So I run phpinfo() [php.net] and notice that they updated to PHP [php.net] version 4.3.1 on March 8.
I guess they didn't install the GD image library this time around, so my imagecreatefromjpeg() [php.net] function gets the error "call to an undefined function". I also tried switching it to imagecreate() [php.net] and get the same result.
Is there some other reason that it is not working, or is it the hosts fault? It has worked fine up until this point.
Thanks for any advice or insight!
That's from the main php.net link to the Image functions.
Ask the host to include the GD Library and you should be alright.