Wierd error with tiny gif

See all posts See thread Reply

Error with jpg  new!
by sevgin, 15 years, 1 month ago
Hi, i have the same error with .jpg
I'm using these settings:

$handle->file_new_name_body   = 'g_'.$id;
$handle->image_resize          = true;
$handle->image_ratio           = true;
$handle->image_x               = 800;
$handle->image_y               = 600;    
$handle->jpeg_quality = 100;
$handle->image_convert = 'jpg';
$handle->process('products');

It works with other files, but doesn't work often. I can't understand the problem.

The error is:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3200 bytes) in D:\apache\htdocs\mysite\class.upload.php on line 2763

And often i got white screen without errors.Reply
Re: Error with jpg  new!
by colin, 15 years, 1 month ago
You are running out of memory. Please read the FAQ or search for memory in the site.Reply