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?
weird, I don't see any content in my thread...
EDIT : nevermind, now I do.
Hrmmm, I am not seeing anything specific to my issue in troubleshooting.
Oh yeah, I went through those, but they did not help. &debug just said no objects. Unless that IS an error?
I 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.
The Zenphoto object you are requesting cannot be found.
Album: vivi/600T
Image: &debug
Where are the CGI logs? I have cPanel if there is a GUI way of getting at them.
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.
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.
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?
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?
I am not getting anywhere wiht imagemagick...where would I look on the server for the CGI logs? It's my own, unmanaged server.
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 phpinfo(), then it is not installed correctly.
Where your CGI logs are depends on how you have set up your server. The ScriptLog directive sets where mod_cgi dumps its logs. Perhaps it is also possible that the errors are sent straight to stderr. We don't know your server setup, so we really can't say where they would be. You will have to find them yourself.
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.
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. :/