Good evening. First, thanks to all who have made ZenPhoto what it is today--an awesome open-source program!! I'm having trouble posting comments to photos. There are no other errors with the site, as the photos, EXIF data, and existing comments all display correctly as intended. However, when trying to post a new comment, I get the following error message:
Zenphoto Error
MySQL Query ( INSERT INTO zp_comments (ownerid, name, email, website, comment, inmoderation, date, type, ip, private, anon) VALUES ("521", "Mister Me", "myemail@here.com", "http://mysite.com", "This is a test comment.", "0", NOW(), "images", "68.116.144.89", "0", "0") ) failed. Error: MySQL server has gone away
It looks like your zenphoto tables haven't been created. You may need to run the setup script.
When I copy and paste the exact query above into CocoaMySQL (my MySQL back-end client), it adds the comment successfully. I've looked at the various functions files, and can't see anything wrong with the functions. It almost appears to be the lack of a db connection, however, the db connects just fine as the comments I post using the back-end client show up just fine in ZenPhoto. Weird. I've tried using other themes, and the comment addition seems to work with others, albeit very slowly (55 seconds+). My current internet connection is showing over 9 MBits/sec. The logic at least makes it past the captcha verification, but fails somewhere thereafter. Is anyone familiar with this issue? My site is http://www.aggiesterlings.com/gallery . In case it helps, here's a copy of my theme's image.php file contents:
/>
Bump, please.