Jump to content

Function Problems - Wierd!!


glenelkins

Recommended Posts

Right this is the strangest thing iv ever come accross. the following PHP functions give me the following error:

[b]Fatal error: Call to undefined function[/b]

ImageCreateFromJPEG()
ImageCreate()
ImageCopyResize()

I dont understand why? They work perfectly fine for other people, any ideas?
Link to comment
Share on other sites

[!--quoteo(post=378069:date=May 29 2006, 10:14 AM:name=glenelkins)--][div class=\'quotetop\']QUOTE(glenelkins @ May 29 2006, 10:14 AM) [snapback]378069[/snapback][/div][div class=\'quotemain\'][!--quotec--]
Right this is the strangest thing iv ever come accross. the following PHP functions give me the following error:

[b]Fatal error: Call to undefined function[/b]

ImageCreateFromJPEG()
ImageCreate()
ImageCopyResize()

I dont understand why? They work perfectly fine for other people, any ideas?
[/quote]

sounds like your server doesn't have the GDLib installed. those functions are part of this library, so unless it's installed into your PHP, you won't be able to use the functions. check out the library [a href=\"http://www.boutell.com/gd/\" target=\"_blank\"]at their homepage here[/a].
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.