I’ve created a photo gallery for my site using a channel and some custom channel fields. Everything was going fine till I decided to upload the rest of the 200 photos into the channel (each as a separate entry). I had about 40 photos in the channel when I did my testing. I’m using ce image resizer to resize the images on the page. Now that I have all of the photos uploaded, the page won’t load if I have the limit on the channel entries loop set any higher than 16 photos. I know it’s the ce image resizer that’s failing, but I don’t know why because there are no errors being output to the page. I checked my log file and there are no errors showing up there either. I went through the ce files and uncommented all the lines that turned on error reporting. Still no errors showing. I also set $debug = 1; and turned template debugging on. Does anyone know why errors wouldn’t show? I assume it’s some kind of memory error, but it’s strange that it errors at only 20 entries when I used to have 40 displaying with no problem.