ZenphotoCMS Forum
Images not loading after initial install - 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: Images not loading after initial install (/thread-7169.html)



Images not loading after initial install - dynsight - 2010-06-10

Hi,

I did review the forum, but could not quite find something like this.

I just installed version 1.3, and did a batch upload to a newly created album.

The images uploaded fine, and are in the directory... but they are not visible from admin screen or gallery page

http://iponly206190.tempwebpage.com/zen/

Suggestions? I tried adjusting permissions on the album folder, but that seemed to have no impact.




Images not loading after initial install - acrylian - 2010-06-10

We have not only a forum... Anyway, to make it short your images are too big for your server to handle:
http://www.zenphoto.org/2009/03/troubleshooting-zenphoto/#11




Images not loading after initial install - dynsight - 2010-06-10

I actually discovered this myself... I resized the images. I am writing a php program to resize the images.




Images not loading after initial install - acrylian - 2010-06-10

The problem is that if Zenphoto is not able to resize those images, most surely no other php program will do as well. It is a server limitation. You should resize them BEFORE uploading.




Images not loading after initial install - sbillard - 2010-06-10

actually, a PHP program which ONLY resizes the images may well work, it depends. Zenphoto has some other code taking up some of the memory, so with a minimialist script you might succeed. However, really a better plan in the long run is to resize before uploading. Why take the extra time to upload data bytes which you will later discard?