Tried looking around for an answer, but no luck.
I have dozens of photos with an X in the top left corner of the photo with the file name in various albums. I ran the debug from the photo like the guide suggested but I have not a clue what it means. All of the photos are from the same setting and the same camera. Any help would be much appreciated. Thank you!
Album: [ pathname ], Image: [ DSC00546.JPG ]
Image filesize: 4376520
Debug i.php | Arguments:
size = 595
width =
height =
cw =
ch =
cx =
cy =
quality = 85
thumb =
crop =
Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 10944 bytes) in /pathname/zp-core/lib-GD.php on line 325
Comments
When the auto roate image is unchecked everything works fine. When checked and the image is sideways is when the error comes back.
Is that normal?
PHP memory limit: 96M (Note: Your server might allocate less!)
Is this the memory you’re talking about or actual physical server memory?
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 `PHP.ini` file. However, note that as the message does say, that setting is a "suggestion" and the server can ignore it.