glenelkins Posted May 29, 2006 Share Posted May 29, 2006 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 Link to comment https://forums.phpfreaks.com/topic/10703-function-problems-wierd/ Share on other sites More sharing options...
obsidian Posted May 29, 2006 Share Posted May 29, 2006 [!--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]. Quote Link to comment https://forums.phpfreaks.com/topic/10703-function-problems-wierd/#findComment-39942 Share on other sites More sharing options...
glenelkins Posted May 29, 2006 Author Share Posted May 29, 2006 ok great. its on LocalHost so i can install them cheers Quote Link to comment https://forums.phpfreaks.com/topic/10703-function-problems-wierd/#findComment-39944 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.