imagecreatefromjpeg() not working?

scopey

New Member
Messages
62
Reaction score
0
Points
0
One of my scripts that automatically created a little image has suddenly stopped working with the following error:

Fatal error: Call to undefined function imagecreatefromjpeg() in File on line 10

I havn't played around with the file in question, I just was browsing through and saw that it was no longer working. Any reason why that would be?
Edit:
My bad! Didn't see the red scrolling text until just now! Read the news and saw the problems. Sorry for posting?
 
Last edited:

phpasks

New Member
Messages
145
Reaction score
0
Points
0
One of my scripts that automatically created a little image has suddenly stopped working with the following error:

Fatal error: Call to undefined function imagecreatefromjpeg() in File on line 10

I havn't played around with the file in question, I just was browsing through and saw that it was no longer working. Any reason why that would be?
Edit:
My bad! Didn't see the red scrolling text until just now! Read the news and saw the problems. Sorry for posting?

You have checked your server level GD library enble or not.

May be your server level configuration changed.
 
Top