I'm getting the following error when I try to view an album. Viewing collections or the initial list of collections works fine.:
Lost connection to MySQL server during query
SELECT parent_album,COUNT(*) AS imagecount FROM `plogger_pictures` GROUP BY parent_album
I have a grand total of 18 pictures in one album and one collection so far, so I doubt that the query is just timing out. It seems like all the admin-side stuff is working fine. Any ideas?