![]() |
|
Get an X in the window when viewing photos - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Get an X in the window when viewing photos (/thread-9077.html) |
Get an X in the window when viewing photos - combatsys - 2011-09-17 Tried looking around for an answer, but no luck. Album: [ pathname ], Image: [ DSC00546.JPG ] Image filesize: 4376520 Debug i.php | Arguments: size = 595 Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 10944 bytes) in /pathname/zp-core/lib-GD.php on line 325 Get an X in the window when viewing photos - acrylian - 2011-09-17 Get an X in the window when viewing photos - combatsys - 2011-09-17 Ok I read it. I understand it. However, doesn't make a lot of sense. Like I said every photo is the same with the same pixels, etc. It's just a hand full of photos in each album. Over the different versions of ZenPhoto I've had this issue and when a new version comes out, I upgrade, and then everything works fine. For whatever reason it's not working so great this time around. Get an X in the window when viewing photos - combatsys - 2011-09-17 Ok I figured out the problem. When the photo is displayed as sideways for example a picture of a face the head is going from left to right instead of up and down it won't display. When I change the picture to clockwise until the head is up and down and reupload the image it works. Does that make sense? Is that a bug? Anyone else experience that? Get an X in the window when viewing photos - combatsys - 2011-09-17 Here's another update: Get an X in the window when viewing photos - sbillard - 2011-09-17 It would appear that you do not have sufficient memory to perform the rotation of those images. That is indeed an extra step in the processing. Get an X in the window when viewing photos - combatsys - 2011-09-17 Ehhh...that sucks. What is the min. memory requirements to make this feature work? When I log into admin it displays this: Get an X in the window when viewing photos - sbillard - 2011-09-17 I do not really know what memory would be needed. But the GD library is notoriously wasteful of memory. If you have IMagick available on your site you should try it as it is reported to be much better at memory usage. It does appear (from your error message) that the 96M memory is indeed what you have available. You can try upping that limit in your Get an X in the window when viewing photos - combatsys - 2011-09-18 How do you change to IMagick? I saw something to go to options/Image but I didn't see any option to switch. Thanks. Get an X in the window when viewing photos - sbillard - 2011-09-18 Unfortunately, if there is no option that is an indication that IMagick is not installed on your site. |