![]() |
|
Large images not populating/thumbnailing! - 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: Large images not populating/thumbnailing! (/thread-8204.html) Pages:
1
2
|
Large images not populating/thumbnailing! - vivithemage - 2011-02-04 I am not sure why, but very large images do not seem to thumbnail/populate until you click the direct image URL. link : http://vivithemage.com/zen/vivi/ gallery : 600T you can see in the gallery, no images either, just the url/link : http://vivithemage.com/zen/vivi/600T/ image does indeed exist : http://vivithemage.com/zen/albums/vivi/600T/P1000014.JPG Is there something I need to check to allow this large of images? Large images not populating/thumbnailing! - vivithemage - 2011-02-04 weird, I don't see any content in my thread... EDIT : nevermind, now I do. Large images not populating/thumbnailing! - acrylian - 2011-02-04 Maybe you should the message in red above the form?.......... Your image is huge and your server probably not able to process it because of that. Please see the troubleshooting. Large images not populating/thumbnailing! - vivithemage - 2011-02-04 Hrmmm, I am not seeing anything specific to my issue in troubleshooting. Large images not populating/thumbnailing! - sbillard - 2011-02-04 You are kidding, right? You did not see #10, #11, and #25? Large images not populating/thumbnailing! - vivithemage - 2011-02-04 Oh yeah, I went through those, but they did not help. &debug just said no objects. Unless that IS an error? 8.2 MP Image, 3571 x 2302 pixels => needs ~41.7 MB MemoryI have the memory for these size images. My server has 8GB. Do I need to specify somewhere that I do have the memory available? I bumped PHP's limit to 250MB, no luck. Large images not populating/thumbnailing! - sbillard - 2011-02-05 You will need to find your CGI log and see if anything is there. What is the exact text of the debug? Large images not populating/thumbnailing! - vivithemage - 2011-02-05 The Zenphoto object you are requesting cannot be found. Where are the CGI logs? I have cPanel if there is a GUI way of getting at them. Large images not populating/thumbnailing! - acrylian - 2011-02-05 Please ask your host where to fine the server error log. Note that setting the php memory to 250mb might not work, even if it is told. Aks your host about that as well. Large images not populating/thumbnailing! - sbillard - 2011-02-05 Also, the error you got on the debug indicates that you did not enter the URL correctly. Please re-read the troubleshooting on that option. However, when I try to access the correct URL it seems to fail to access the i.php script. It is possible that your server is configured to not allow dynamic image feeds. But more likely it is failing to render the image, so the CGI logs are the thing needed. But you have quite large images. Probably bigger than needed (depends on what else you wish to do with them.) It is pretty common for servers not to be able to render such large images. Some people have had more luck in these cases with imagick. If you have such support you could try enabling that graphic library. Large images not populating/thumbnailing! - vivithemage - 2011-02-05 I was going to try imagemagick quick, since that is installed, but there does not seem to be an option to enable it in Options > Image. Large images not populating/thumbnailing! - sbillard - 2011-02-06 Probably then one of the requiremens for imagick is not right on your server. Quote:Requires Imagick 2.1.0+ (Imagick 2.0.0+ requires PHP5) Large images not populating/thumbnailing! - vivithemage - 2011-02-06 Using apache 2.2, php 5.2.9, and imagemagick 6.6.7 I know they're installed. Why isn't the option there? Do I need to reboot the server after installing ImageMagick? Large images not populating/thumbnailing! - acrylian - 2011-02-06 Also note you also need Imagick, the PHP extension to access ImageMagick additionally. Of course if you installed something you need to restart the server. Large images not populating/thumbnailing! - vivithemage - 2011-02-08 Bounced the server, still doesn't show up. How would I enable php to access it? Is there a script I can run that will show me if I am ready/compatible? Large images not populating/thumbnailing! - acrylian - 2011-02-08 Our setup script will tell you. As always the php function phpinfo() tells you all details about your server php config. Large images not populating/thumbnailing! - vivithemage - 2011-02-08 I am not getting anywhere wiht imagemagick...where would I look on the server for the CGI logs? It's my own, unmanaged server. Large images not populating/thumbnailing! - kagutsuchi - 2011-02-08 Are you sure that you have "Imagick" installed and not just "ImageMagick"? They are two separate things. Imagick is a PHP extension, which is what Zenphoto uses. If you are not seeing Imagick in Where your CGI logs are depends on how you have set up your server. The Large images not populating/thumbnailing! - vivithemage - 2011-02-08 odd, apparently it's not installed. http://vivithemage.com/php.php ImageMagick and imagick are installed. I do a Yum Install ImageMagick or imagick and they already say installed. Large images not populating/thumbnailing! - kagutsuchi - 2011-02-08 You also have to add modules to php.ini and then restart PHP (and maybe Apache as well, but I don't think so). If you have the module installed and in php.ini, then I'm not sure what else could be wrong in particular. Your error logs might help you there as well. :/ |