Problem uploading and resizing images

See all posts See thread Reply

Re: Problem uploading and resizing images new!
by Denzil, 16 years, 1 month ago
Hi Colin,

This may sound like a silly question, but where can I find the log from the class?

I did check the php_error.log and there are no entries in it.

The apache access.log has the following entries:
127.0.0.1 - - [24/Mar/2008:20:35:40 +0200] "GET /sam.css HTTP/1.1" 200 2836
127.0.0.1 - - [24/Mar/2008:20:35:48 +0200] "GET /upload_images.php?web_ref=300129883 HTTP/1.1" 200 798
127.0.0.1 - - [24/Mar/2008:20:35:54 +0200] "POST /image_uploader.php HTTP/1.1" 200 138


When I execute the code above, I don't get any error message, but just see a blank screen. I have tried with smaller images as well, but have the same problem.

ThanksReply
Re: Problem uploading and resizing images new!
by colin, 16 years, 1 month ago
You can get the log of the class with:
echo $handle->log;

As for the Apache logs, look into error.log

This said, it looks like a memory error to me, or maybe a defective GD.Reply