John Johnson Howell - Will Probate - Account Papers
Several hundred "Account Papers" showing who received what from JJ Howell's will. Contains references to family relationships. Administered by John McKinney Howell and Samuel Armstrong Howell
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 medialinks.medialinkID, medialinks.personID as personID, people.burialtype, people.living as living, people.private as private, people.branch as branch, medialinks.eventID,
families.branch as fbranch, families.living as fliving, families.private as fprivate, people.lastname as lastname, people.lnprefix as lnprefix, people.firstname as firstname, people.prefix as prefix, people.suffix as suffix, people.nameorder, people.title, altdescription, altnotes, medialinks.gedcom,
people.birthdate, people.birthdatetr, people.altbirthdate, people.altbirthdatetr, people.deathdate, people.deathdatetr, familyID, people.personID as personID2, wifepeople.personID as wpersonID, wifepeople.personID as wife, wifepeople.firstname as wfirstname, wifepeople.lnprefix as wlnprefix, wifepeople.lastname as wlastname,
wifepeople.prefix as wprefix, wifepeople.suffix as wsuffix, husbpeople.personID as hpersonID, husbpeople.personID as husband, husbpeople.firstname as hfirstname, husbpeople.lnprefix as hlnprefix, husbpeople.lastname as hlastname,
husbpeople.prefix as hprefix, husbpeople.suffix as hsuffix, sources.title as stitle, sources.sourceID, repositories.repoID, reponame, linktype
FROM medialinks
LEFT JOIN people AS people ON medialinks.personID = people.personID AND medialinks.gedcom = people.gedcom
LEFT JOIN families ON medialinks.personID = families.familyID AND medialinks.gedcom = families.gedcom
LEFT JOIN people AS husbpeople ON families.husband = husbpeople.personID AND families.gedcom = husbpeople.gedcom
LEFT JOIN people AS wifepeople ON families.wife = wifepeople.personID AND families.gedcom = wifepeople.gedcom
LEFT JOIN sources ON medialinks.personID = sources.sourceID AND medialinks.gedcom = sources.gedcom
LEFT JOIN repositories ON (medialinks.personID = repositories.repoID AND medialinks.gedcom = repositories.gedcom)
WHERE mediaID = "2575" ORDER BY people.lastname, people.lnprefix, people.firstname, hlastname, hlnprefix, hfirstname LIMIT 351