What's New (past 60 days)


Date of Last GEDCOM Import: 30 Apr 2023 19:22:15

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 medialinkID, tng_medialinks.personID as personID, tng_medialinks.eventID, people.personID as personID2, familyID, people.living as living, people.private as private, people.branch as branch, tng_families.branch as fbranch, tng_families.living as fliving, tng_families.private as fprivate, husband, wife, people.lastname as lastname, people.lnprefix as lnprefix, people.firstname as firstname, people.prefix as prefix, people.suffix as suffix, nameorder, people.title, tng_medialinks.gedcom as gedcom, treename, tng_sources.title AS stitle, tng_sources.sourceID, tng_repositories.repoID,reponame, linktype, birthdate, birthdatetr, altbirthdate, altbirthdatetr, deathdate, deathdatetr, burialdate FROM tng_medialinks LEFT JOIN tng_people AS people ON (tng_medialinks.personID = people.personID AND tng_medialinks.gedcom = people.gedcom) LEFT JOIN tng_families ON (tng_medialinks.personID = tng_families.familyID AND tng_medialinks.gedcom = tng_families.gedcom) LEFT JOIN tng_sources ON (tng_medialinks.personID = tng_sources.sourceID AND tng_medialinks.gedcom = tng_sources.gedcom) LEFT JOIN tng_repositories ON (tng_medialinks.personID = tng_repositories.repoID AND tng_medialinks.gedcom = tng_repositories.gedcom) LEFT JOIN tng_trees ON tng_medialinks.gedcom = tng_trees.gedcom WHERE mediaID = "4020" ORDER BY lastname, lnprefix, firstname, tng_medialinks.personID

Got error 28 from storage engine