Hi there,
I'm just having a problem. I want to use Zen as a picture database with original pictures in original size. With 5MP photos everything is fine. The problem occurs with bigger pictures (e.g. 3400x2267) Zenphoto processes pictures only up to 3400x2267. Every size less works fine. It generates thumnails ...
It doesn't depend on the file size. I've been trying several files sizes. Everything's fine. But if I got over 3400x.... it simply refuses to process the images. Not even a thumbnail.
How can I fix that?
Thx in advance.
Comments
`memory_limit = 128M`
Of course, if you're on a hosted service, you can't control php.ini, but you may be able to override the setting by placing this at the beginning if your lib-gd.php file in /zp-core:
`ini_set('memory_limit', '128M');`