Jump to content

GDLibrary Errors?


lordphate

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.