Search…

X3 Photo Gallery Support Forums

Search…
 
chappy
Topic Author
Posts: 3
Joined: 11 Sep 2007, 19:10

PHP Fatal error

11 Sep 2007, 23:51

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. :?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

13 Sep 2007, 12:09

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
 
chappy
Topic Author
Posts: 3
Joined: 11 Sep 2007, 19:10

14 Sep 2007, 18:49

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