![]() |
|
picture listing stops at specific thumb - 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: picture listing stops at specific thumb (/thread-6902.html) |
picture listing stops at specific thumb - HannesE - 2010-04-11 Hi out there! I occur the following problem: On some pictures ZenPhoto stops listing thumbnails. This happens in the front-end as well as in the back-end. I could brake it down to some photos which produce the problem, but wasn't able to figure out what they have in common what makes ZP break. I just upgraded to 1.2.9 To troubleshoot I deleted the cache folder of the affected albums and let "refresh database" run. Which, by the way, ran into a blank page when finished. The affected pictures are private but it would be OK for me to email them to a developer if that makes sense. Any ideas / suggestions / known bug? Cheers, picture listing stops at specific thumb - kagutsuchi - 2010-04-11 What do you mean that the thumbnails stop being listed? Do you mean that they're not displaying? If that's the case, check to make sure that the all of the thumbnails are being generated correctly in the This entry in the troubleshooting guide might be useful (and the one below it): http://www.zenphoto.org/2009/03/troubleshooting-zenphoto/#11 picture listing stops at specific thumb - Blue Dragonfly - 2010-04-11 I had a similar issue with thumbnailing some large (4000x3000) images. The server error log indicated a memory problem, so I added this line to the beginning of the lib-GD.php file in /zp-core: ini_set("memory_limit", "128M"); This was just before the line: // force UTF-8 Of course, I have 8GB memory on this machine, so that was no big deal to just bump it up. I'm not sure if that value would be appropriate for your situation. Once ImageMagick is implemented, this shouldn't be a problem anyway, if I understand correctly. picture listing stops at specific thumb - kagutsuchi - 2010-04-11 ImageMagick will still potentially have memory issues, depending on your server, but it at least will not be tied to Apache's memory. picture listing stops at specific thumb - HannesE - 2010-04-12 Hey guys, thanks for the replies. Is there any chance to debug this? Thanks and Cheers, picture listing stops at specific thumb - acrylian - 2010-04-12 So what does your server's error log say? picture listing stops at specific thumb - sbillard - 2010-04-12 There is also an image debugging setting--see the define [b]DEBUG_IMAGE[/b] in functions-basic.php. But first check your server logs. picture listing stops at specific thumb - HannesE - 2010-04-13 Guys thanks again. I moved my gallery to a different Webserver were I have access to the logs. It was indeed a memory problem in the sanyo.php and I had to increase it to 2048m!!! [code] |