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 bl.branch, b.description AS Branche_description, f.familyID, h.personID AS Person1, h.lastname AS last_name1, h.living, h.firstname AS first_name1, w.personID AS Person2, w.lastname AS last_name2, w.firstname AS first_name2, w.living FROM tng_branchelinks AS bl INNER JOIN tng_branches AS b ON (bl.branch=b.branch AND bl.gedcom=b.gedcom) INNER JOIN tng_families AS f ON (bl.persfamID=f.familyID AND bl.gedcom=f.gedcom) INNER JOIN tng_people AS h ON (f.husband=h.personID AND f.gedcom=h.gedcom) INNER JOIN tng_people AS w ON (f.wife=w.personID AND f.gedcom=w.gedcom) ORDER BY branch, h.lastname, h.firstname, h.birthdatetr LIMIT 50

Table 'majercin_tng2.tng_branchelinks' doesn't exist