Image Thumbnail Creation (Fatal Error-Memory size exhausted)
Posted: Mon 7. Mar 2005, 09:53
Been required to post 2.3MB jpg images for download. I provided ample allowance in filemaxsize in config file.
Upload works fine. It is in the thumbnail creation in file manager that the system throws an error.
REALLY NEED HELP on this one.
I reduced the file size by bringing down quality, (file size = 600KB) still the same problem.
.....going through the ss_image.class, error pointed to line 84:
Help / pointers would greatly be appreciated. Anyone faced this issue?
Might it be an Apache and/or GD2 setting?
-john-
Code: Select all
$phpwcms["file_maxsize"] = 34194304; //
REALLY NEED HELP on this one.
Code: Select all
Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 4064 bytes) in /import_fs2/home/webbiznz/clients/brandaid/id-dunedinfashion.com/public_html/include/inc_ext/ss_image/ss_image.class.php
.....going through the ss_image.class, error pointed to line 84:
Code: Select all
$this->img_original = imagecreatefromjpeg($src);
Might it be an Apache and/or GD2 setting?
-john-