Thank you grifmo. This did appear to give me some help. I did what you suggested and I downloaded the new 1.0.2 version. I tried a couple times and it didn’t work. Then I realized I didn’t have the GD library installed. Since NextGEN really wants to have that library installed I figured it was worth figuring out how to install. After successfully getting the GD library installed, I was still getting the
“[No pictures in galley]” error so I created a new gallery and tried your suggestion and this time it worked!
I’m not sure if the GD library had anything to do with it or not, but if anyone needs to install it on their server try:
apt-get install php5-gd
or maybe
yum install php-gd
You’ll probably need to reboot after installing so GD can load properly.