Tripp Families of North America
Putnam, Florida, United States
Death
An error has occurred in the TNG software. What to do:Matches 1 to 1 of 1
Last Name, Given Name(s) | Death | Person ID | Tree | ||
---|---|---|---|---|---|
1 | FLAUGHER, John Charlton | 15 Jul 1927 | Putnam, Florida, United States | I48579287531 | Bob Tripp's Genealogy |
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 tng_families.ID, tng_families.familyID, husband, wife, tng_families.living, tng_families.private, tng_families.branch, p1.lastname as p1lastname, p2.lastname as p2lastname, eventplace, eventdate, tng_families.gedcom, treename FROM (tng_families, tng_trees , tng_events) LEFT JOIN tng_people as p1 ON tng_families.gedcom = p1.gedcom AND p1.personID = tng_families.husband LEFT JOIN tng_people as p2 ON tng_families.gedcom = p2.gedcom AND p2.personID = tng_families.wife WHERE tng_families.gedcom = tng_trees.gedcom AND tng_families.gedcom="bob" AND ((tng_families.living !=1 && tng_families.private != 1)) AND tng_families.familyID = tng_events.persfamID AND tng_families.gedcom = tng_events.gedcom AND eventtypeID = "176" AND parenttag = "" AND eventplace = 'Putnam, Florida, United States' ORDER BY p1lastname, p2lastname, eventdatetr LIMIT 50
User 'trippgen_elwin' has exceeded the 'max_questions' resource (current value: 1)