View Single Post
Old September 16th, 2008, 11:19 PM   #1 (permalink)
attroll
Member
Verified Customer
 
attroll's Avatar
 
Join Date: Feb 2003
Posts: 366
Upload 7MB photo issue

I am getting the following error:

Quote:
Fatal error: Allowed memory size of 73400320 bytes exhausted (tried to allocate 33184 bytes) in /home/mysite/public_html/gallery/image-inc.php on line 103
I am using GD2

The photo is 8296 x 1781 pixels and the size is 7551kb.
I have my setting set to accept 8400 x 2500 and my upload size to 96000kb.

I have my php set to the following:

memory_limit = 70M
upload_tmp_dir = 50M

I switch to ImageMagick to see what would happen and I get this error with ImageMagick:

Quote:
Error creating thumbnail! Error code: 127

Command:

"/usr/bin/X11/mogrify" +profile "*" -size 100x21 -quality 70 -geometry 100x21 '/home/mysite/public_html/gallery/data/500/thumbs/Katahdin_-_north_from_the_summit.jpg'
attroll is offline   Reply With Quote