I’m trying to upload JPG files which are 500kb or so in physical size (saved with a 70% "quality" setting). On a local install of MaxiGallery (with Evo 1.0.3) I get this error :
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 8980 bytes) in C:\xampp\htdocs\stmarchives\assets\snippets\maxigallery\watermark\Thumbnail.class.php on line 183
The forums suggest the obvious : check the memory size setting in PHP. Mine is set to 128MB. So I don’t think that’s the problem. And GD is installed per the PHP info report. The error is generated quickly so timeouts don’t seem to be an issue.
The MaxiGallery call is
[!MaxiGallery? &display=`embedded` &embedtype=`slimbox` &pics_per_row=`3`!]
<!--&max_thumb_size=`110` &max_pic_size=`0` &thumb_use_dropshadow=`1`-->
(so I’m not using watermarks or anything like that)
I then resorted to placing the files in the appropriate subfolder and "Resynced" the galleries from the MaxiGallery "Manage Photos" page. The above error is what is generated while it is creating thumbnails.
I can’t find anything else in a Google search of the forums to try. Does anyone have any suggestions?
UPDATE : Okay, looks like the key is the actual pixel dimensions, as when I knocked the dimensions down by half I only got time-out errors (related to the number of images, I guess). I fixed *that* by extending the max execution time with an entry in the .htaccess file. So then it worked.
TIA,
MattC