An error has occurred in the TNG software. What to do:

If you just installed an upgrade, you might have skipped part of the installation instructions. Go back to the upgrade readme page reread the instructions. Pay special attention to the database structure step.

If you just installed TNG for the first time, you might still need to create the database tables. Return to the readme.html page to find that step.

If you are the site owner, you may contact TNG support for further assistance with this problem. Please copy the query below and paste it into your message.



Query: SELECT id, pl.gedcom, concat('', pl.place, '') as Places, notes, concat('', evcount, '') as eventcount FROM tng_places as pl join ( select gedcom, place, count(*) as evcount from ( SELECT gedcom, birthplace AS place FROM `tng_people` WHERE gedcom = 'mcfadyen' UNION all SELECT gedcom, altbirthplace FROM `tng_people` WHERE gedcom = 'mcfadyen' UNION all SELECT gedcom, marrplace FROM `tng_families` WHERE gedcom = 'mcfadyen' UNION all SELECT gedcom, deathplace FROM `tng_people` WHERE gedcom = 'mcfadyen' UNION all SELECT gedcom, burialplace FROM `tng_people` WHERE gedcom = 'mcfadyen' UNION all SELECT gedcom, eventplace FROM tng_events WHERE gedcom = 'mcfadyen' ) as p group by gedcom, place ) as plc using ( gedcom, place ) where (isnull(longitude) or isnull(latitude) or longitude='' or latitude = '') order by evcount desc, gedcom, pl.place LIMIT 50

Lost connection to MySQL server during query