Wierd error with tiny gif

See all posts Reply

Wierd error with tiny gif new!
by Charles Canada, 16 years, 3 months ago
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 16 bytes) in /xxxxxxxx/public_html/verot/class.upload.php on line 3817Reply
Re: Wierd error with tiny gif new!
by colin, 16 years, 3 months ago
What are the settings that you use? What do you do with the picture?

Obviously, you are running out of memory (16MB is not a lot nowadays!), but it shouldn't really happen with such a small image...

I tried with the picture you sent me, and it worked fine (just a resizing to 200 pixels, and some text labels).Reply
Re: Wierd error with tiny gif new!
by Charles Canada, 16 years, 3 months ago
i'M NOT WORRIED
I was using the "image" option as I'm still using an unchanged upload.php and it was on the external/apache webserver. I tried it a few times and got the same result while still having success with other files.Reply
Error with jpg  new!
by sevgin, 14 years, 6 months 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, 14 years, 6 months ago
You are running out of memory. Please read the FAQ or search for memory in the site.Reply