Jacob S. "Jake" FLINCHUM

Jacob S. "Jake" FLINCHUM

Male 1847 - 1933  (85 years)
Person ID: I2030   |  Last Modified: 18 Oct 2023


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 `cp_data`.*, `cp_link`.*, `cp_summary`.*, `cp_veteran`.*, coalesce(cp_data.surname, cp_summary.surname, cp_veteran.surname, 'No name') as surname, coalesce(cp_data.givenname, cp_summary.givenname, cp_veteran.givenname, 'No givenname') as givenname, coalesce(cp_data.censusYear, cp_summary.censusYear, cp_veteran.censusYear) as censusYear, coalesce(cp_data.cpdataID, cp_summary.cpdataID, cp_veteran.cpdataID, cp_link.cpdataID) as cpdataID, coalesce(cp_link.gedcom, cp_summary.gedcom, cp_veteran.gedcom) as gedcom, coalesce(cp_link.cplinkID, cp_summary.cplinkID, cp_veteran.cplinkID) as cplinkID, coalesce(cp_summary.personID, cp_veteran.personID, cp_data.personID ) as cpersonID FROM `cp_data` LEFT OUTER JOIN `cp_summary` ON cp_summary.cpdataID = cp_data.cpdataID AND cp_summary.gedcom = 'mhkr' LEFT OUTER JOIN `cp_veteran` ON cp_veteran.cpdataID = cp_data.cpdataID LEFT JOIN cp_link ON cp_data.cpdataID = cp_link.cpdataID AND cp_link.gedcom = 'mhkr' LEFT JOIN cp_link ON cp_data.cpdataID = cp_link.cpdataID WHERE (cp_data.cpbaseID = '249' OR cp_data.transcriptID = 'dbid=9999&iid=hcr7_249') AND cp_data.household LIKE '181' GROUP BY `cp_data`.cpdataID ORDER BY `cp_data`.lineno )

Not unique table/alias: 'cp_link'