Max Memory Limit / Image Display Problem
I am having the issue where some of the images are showing up (both in thumbnails and full view) while other are not. I am relatively positive that it has to do with size, because the "sample" photos as well as a couple of smaller ones I uploaded show up, whereas the larger ones (2304 x 3072) do not. I would rather not shrink the image size before uploading both because it would take a really long time given the number of images I plan on uploading and because I want people to be able to access the original image quality.
I have created a php.ini file for the local directory, in which I modified the upload limits, which i didnt really need to seeing as I usually just FTP directly. However, in trying to solve this max memory issue, I changed memory_limit to -1, which I thought might solve the problem. Is there another setting I should be changing? Is it even possible to change this memory limit?
My gallery is here: http://www.illuminated-design.com/newzealand/gallery/main.php?cmd=album
I am using 1and1 as my host and I'm pretty sure my site is running on a Linux server (if any of that matters).
Thanks!

Not user if -1 works, never
Not user if -1 works, never tried, but you could try may be 30M, this should be definitely enough.
same issue
I am struggling with the same issue, and hosting at 1and1.com. I would like to keep the high rez images for download, but they are just not being displayed.
PHP Info http://photos.cbs-kc.com/test.php
In my errors log I am getting:
Warning
08/01/30 16:19:05 array_slice() [function.array-slice]: The first argument should be an array
/homepages/41/d211900105/htdocs/Pro/cbs-kc.com/photos/main.php (Line:980)
Warning
08/01/30 16:19:05 Invalid argument supplied for foreach()
/homepages/41/d211900105/htdocs/Pro/cbs-kc.com/photos/main.php (Line:981)
photo size max?
So is there a photo size max? I could get photos to show up if I reduced them down to 2000x1500 to show up, I have my memory_limit = 50M That seems like it should be more than plenty...