Page 1 of 1

PHP Fatal error

Posted: 11 Sep 2007, 23:51
by chappy
In error_log:
Code
PHP Fatal error:  Allowed memory size of 16777216 bytes exhausted (tried to allocate 9088 bytes) in /home/edgen/public_html/photos/getfile.php on line 26
This error is repeated for every image i have whenever i try to generate thumbnails.

All groupfolders and imagefolders are set to CHMOD777.

Anyone have any ideas?

gallery link
test

Any help would be really appreciated, I'm at a total loss here. :?

Posted: 13 Sep 2007, 12:09
by mjau-mjau
What file size and dimensions are your original jpgs?

The reason why this is happening is explained in my post here: viewtopic.php?t=2380

Posted: 14 Sep 2007, 18:49
by chappy
Wow, i never would have thought. I had no idea why the thumbnail for the resized image i uploaded was generated without any trouble at all.

The images causing the error were all 2816 x 2112px :?

Thank you so much :D