More some pics display - solved
Submitted by keith on Thu, 2007-08-30 12:58.
Patrik,
Great Product!
I am having the "some images display ... some don't problem". I reviewed all forum info and understand memory issues and image size. I set MEMORY_LIMIT in php.ini as high as 200M and also -1 (which indicates no memory limit). I still have the same problem. I know that it is image size related because if I mogrify the image and resize geometry smaller then they show.
Any ideas?
Thx
Keith
PROBLEM RESOLVED
The issue was that in my php.ini file, the memory limit parameter entry was in CAPITALS MEMORY_LIMIT not memory_limit. once I fixed that and restarted httpd everything was great!

How large (pixel wise) are
How large (pixel wise) are your images? May be there is some limit in GD-Library of PHP ..., I had no problems with 6MPix ...
Patrik I shoot 6MPixel too
Patrik
I shoot 6MPixel too so that is not the problem. I've got to reduce the pictures down to less than 800X600 before my problem disappears. It has got to be something with my config because it works on other yours and other systems but I can't figure out what.
As I tested different sizes, I could get to the point where the thumbnails would render properly but when I clicked them to expand the image they larger size would not display.
I'm continuing to research GD, PHP, and Apache but I'm not a wizard at this.
Thanks for any help that I can get
Keith
OK...I found the error log
OK...I found the error log in log/httpd. Failure indicates that for some reason I still only have 8MB memory limit on php. php.ini says up to 150M. I am confident that once I sort out this problem phpAlbum will work fine.
You are probably editing
You are probably editing some wrong php.ini, check your phpinfo page for this,
www.yoursite.com/phpAlbum/main.php?cmd=phpinfo
There you have your real memory limit.
Restart httpd
Keith,
Did you try restarting httpd after you changed the memory_limit variable?
-C
pic size and httpd
I normally shoot full 6mpxel on my Nikon D70. I have to shrink the photos to under 800X600 to get them to work with phpAlbum. I've played around and with rescaling to different sizes. One thing that I noticed (there could be a clue here) is that at some sizes the thumbnail of an image would display in the album but when you click on it to get the larger preview image that would not display.
Yes, I did restart httpd after making changes (I went so far as rebooting just to make sure). I have been making changes in /etc/php.ini There isn't something in httpd.conf that overrules this is there?
Thx
Keith