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 familyID, husband, wife, marrdate, tng_families.gedcom as gedcom, tng_families.living as fliving, tng_families.private as fprivate,
tng_families.branch as fbranch, DATE_FORMAT(tng_families.changedate,'%e %b %Y') as changedatef, tng_families.changedby, tng_families.gedcom as gedcom, treename,
hpeople.firstname as hfirstname, hpeople.lnprefix as hlnprefix, hpeople.lastname as hlastname, hpeople.prefix as hprefix, hpeople.suffix as hsuffix, hpeople.nameorder as hnameorder,
hpeople.living as hliving, hpeople.private as hprivate, hpeople.branch as hbranch,
wpeople.firstname as wfirstname, wpeople.lnprefix as wlnprefix, wpeople.lastname as wlastname, wpeople.prefix as wprefix, wpeople.suffix as wsuffix, wpeople.nameorder as wnameorder,
wpeople.living as wliving, wpeople.private as wprivate, wpeople.branch as wbranch
FROM (tng_families, tng_trees)
LEFT JOIN tng_people as hpeople ON hpeople.gedcom = tng_families.gedcom AND hpeople.personID = husband
LEFT JOIN tng_people as wpeople ON wpeople.gedcom = tng_families.gedcom AND wpeople.personID = wife
WHERE TO_DAYS(NOW()) - TO_DAYS(tng_families.changedate) <= 30 AND tng_families.gedcom = tng_trees.gedcom
ORDER BY tng_families.changedate DESC, hlastname, wlastname LIMIT 10
Disk full (/tmp/#sql-temptable-447-162972-4473d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")