rifanece / timthumb

Automatically exported from code.google.com/p/timthumb
0 stars 0 forks source link

Allowed memory size error #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Somehow I get error on using resizer. What I try to create other photos
everyting seems to be ok, but on few photos this shows:

"Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to
allocate 15004 bytes) in /home/domain.com/lt/public_html/core/resizer.php
on line 293"

Tried to clean catche, but no success, Please advice.

Original issue reported on code.google.com by eskis.ma...@gmail.com on 6 Dec 2009 at 12:24

GoogleCodeExporter commented 8 years ago
you are using up all of the php memory which means the images you are resizing 
are
too large. Try scaling the images down before resizing them. Also try the latest
version of TimThumb as that has had some new code added to handle bigger images.

Original comment by BinaryMoon on 31 Dec 2009 at 5:27

GoogleCodeExporter commented 8 years ago
we're having a similar problem resizing large files.
will try the new version and see how it goes. 
any suggestions as to maximum sizes of images timthumb can handle?

Original comment by tinusler...@gmail.com on 21 Jan 2010 at 4:38

GoogleCodeExporter commented 8 years ago
using version 2.8.11 and getting this error

Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 
17152 bytes) 

Has you can see its no where near maxing out the memory.

Original comment by erichamb...@gmail.com on 26 Mar 2013 at 7:42