lordphate Posted October 6, 2006 Share Posted October 6, 2006 Okay ihave php_gd2.dll(yes windows server bleh) enabled but yet i'm still getting errors like these [code]Fatal error: Call to undefined function ImageCreateFromJpeg() in C:\wamp\www\ratemy\functions\build_functions.php on line 1892[/code] [code]if($extension == ".gif"){ $src = ImageCreateFromGif($path."/".$photo["ex"]); } elseif($extension == ".jpeg"){ $src = ImageCreateFromJpeg($path."/".$photo["ex"]); }[/code]Any suggestions? php5/apache 2 Link to comment https://forums.phpfreaks.com/topic/23207-gdlibrary-errors/ Share on other sites More sharing options...
lordphate Posted October 6, 2006 Author Share Posted October 6, 2006 Any Ideas??? Link to comment https://forums.phpfreaks.com/topic/23207-gdlibrary-errors/#findComment-105247 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.