Jump to content

ImageCreateFromJpeg ...


physh

Recommended Posts

Hello. I was wondering if anyone could please help me solve this problem. when i have move one site to a new server this piece of code stopped working. The wierdest part is that in firefox it lets me download a blank php file instead of executing it.

[code]$topimg = "./i/tops/demo.jpg";
$img=ImageCreateFromJpeg($topimg);// this line casues the problem
$rgb = ImageColorAt($img, 1, 1);
echo '<html><head></head><body bgcolor="#'.dechex($rgb).'"><img src="'.$topimg.'" border=0></body></html>';
imagedestroy($img);[/code]

at first i thought that GD was not installed bu thats not the case:
var_dump(gd_info());
[code]["GD Version"]=>"bundled (2.0.23 compatible)"
  ["FreeType Support"]=> bool(true)
  ...
  ["JPG Support"]=> bool(true)[/code]
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.