in reply to Re: GD::Image trueColor() hangup...
in thread GD::Image trueColor() hangup...

Joost, Is there a course of action you'd recommend, based on that? Just getting rid of the line gives me a Premature end of headers error when I run the script. Thank you for your help! Cheers, K.

Replies are listed 'Best First'.
Re^3: GD::Image trueColor() hangup...
by Joost (Canon) on Mar 26, 2008 at 23:41 UTC
      Thanks for the tips... I've gotten rid of the prototypes for now. I'm still having trouble, though, and think there might be something pretty fundamental going on. The upload happens fine... I look in the folder and it's there. However, when I go to look for the resized Image, it's gone :(. I'm not quite sure where to go from here... Cheers, K.
        Hi Joost, I'm starting to feel like the problem has to do with:
        $source = "$uploadDirectory/$filename";
        Is there an issue with this being treated as a string vs. this winding up as a reference to the file in GD::Image->newFromJpeg($source, 1)? Any thoughts would be awesome! Cheers, K.