Blank Page after upload.

See all posts See thread Reply

Re: Blank Page after upload. new!
by Dan Patterson, 12 years, 3 months ago
Hi,

Just done some more checking. If I run Process without any file or image changes, i.e. a straight file upload it works fine in IE8, but as soon as I add anything bofore the process say something like :
$handle1->mime_check           = false;
$handle1->mime_magic_check     = false;
$handle1->file_auto_rename     = false;
$handle1->image_resize         = true;
$handle1->image_ratio          = true;
$handle1->image_x              = 1600;
$handle1->image_y              = 1600;

It does not process and no error is given, just stops.

Wonder if this provides clues?

DanReply
Re: Blank Page after upload. new!
by colin, 12 years, 3 months ago
It cannot have anything to do with the browser you are using.

In fact, you are running out of memory. Search for memory in the site, or click here.

You can also check this post.Reply