An error has occurred in the TNG software. This could be due to a setup issue, an incomplete upgrade or a program bug. If you are the site owner, you may contact TNG support for help with this problem. Please copy the query below and paste it into your message.

Query: SELECT P1.personID, CONCAT('') AS Photo, P1.lastname AS Last_Name, P1.firstname AS First_Name, IF( P1.sex = 'F' AND P2.lastname IS NOT NULL , P2.lastname, ' ' ) AS MarriedName, CASE WHEN P1.living = '1' THEN 'Living' ELSE P1.birthdate END AS Birth_Date, P1.deathdate AS Death_Date, E1.eventdate AS Rec_DATE, E1.eventplace AS _Event_Place_Location, X1.note AS Note FROM tng_people P1 LEFT OUTER JOIN tng_families F1 ON P1.gedcom = F1.gedcom AND P1.personID = F1.wife LEFT OUTER JOIN tng_people P2 ON F1.gedcom = P2.gedcom AND F1.husband = P2.personID LEFT OUTER JOIN tng_notelinks N1 ON P1.gedcom = N1.gedcom AND P1.personID = N1.persfamID LEFT OUTER JOIN tng_events E1 ON P1.gedcom = E1.gedcom AND N1.eventID = E1.eventID LEFT OUTER JOIN tng_eventtypes E2 ON E1.eventtypeID = E2.eventtypeID LEFT OUTER JOIN tng_xnotes X1 ON N1.gedcom = X1.gedcom AND N1.xnoteID = X1.ID LEFT JOIN tng_medialinks AS ml ON P1.personID = ml.personID INNER JOIN tng_medialinks AS l ON P1.personID = l.personID AND P1.gedcom = l.gedcom INNER JOIN tng_media AS m ON l.mediaID = m.mediaID WHERE (E1.eventtypeID LIKE '85') AND (X1.note LIKE '%Appleton High School Class of 1945%') GROUP BY P1.personID ORDER BY P1.lastname, P1.firstname LIMIT 1000

Lost connection to server during query