ZenphotoCMS Forum
Thumbs working on 5 albums but not the 6th - 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: Thumbs working on 5 albums but not the 6th (/thread-553.html)



Thumbs working on 5 albums but not the 6th - fizzeh - 2006-06-05

All my thumbs work on 5 of my albums but not the 6th. Also, the pictures do not display properly on this sixth album. The site is http://www.parkhabitat.com/zenphoto/ and any help is greatly appreciated. Thanks!




Thumbs working on 5 albums but not the 6th - trisweb - 2006-06-05

It could be a PHP memory limitation... are the photos in that 6th album larger dimensions than the others? If so, check out this post for a possible fix:

http://www.zenphoto.org/support/topic.php?id=8#post-663

If not, first check your cache directory for the files, if they're there, it might be a bug with some kind of naming? Try renaming that folder?




Thumbs working on 5 albums but not the 6th - fizzeh - 2006-06-06

I renamed the folder several times. I added
`php_value memory_limit 5000M

php_value post_max_size 5000M`
to my .htaccess but that did not help. Any more ideas?

I may just try resizing the images on my computer than re-upping them.




Thumbs working on 5 albums but not the 6th - fizzeh - 2006-06-06

Resizing them worked like a charm. Thank you! (and I finally found a use for Automator)




Thumbs working on 5 albums but not the 6th - trisweb - 2006-06-06

Yeah, usually you don't want gigantic images up there anyway Takes too much space, right?

If you do want to though, ask your host to modify the php_value memory_limit in the main php.ini to give you a little more headroom.

I'll also be working on a way to split up image processing into separate chunks to avoid this limitation in a way future version.