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-