Hi,
please help me i am getting this error:
Fatal error: Call to undefined function: imagecreatefromjpeg().
thanks Madhukar Garg
:queasy: how can we help?
the problem is related to my GD support. Can you tell me how to enable GD support.
I have already enable GD extension Library.
Try using the header function
header ("Content-type: image/jpeg"); $image = imagecreatetruecolor(20,30) or die("Cannot Initialize new GD image stream"); imagejpeg($image); imagedestroy($image);
replacing imagecreatefromjpeg() with imagejpeg()