» Show All «Prev «1 ... 18 19 20 21 22 23 24 25 26 ... 73» Next» » Slide Show
» Toggle Tags
Note: Move your mouse pointer over the image to show names. Click to see a page for each name.
Loading...
Grave of Lewis J. Raby (1883-1964) and Mayme M. Raby (1890-1971)
From St. Margaret's Cemetery, Neenah (Winnebago County), Wisconsin. Kindly photographed by Linda Schlaak, Neenah-Menasha, Wisconsin, USA. See her page at http://www.findagrave.com/cgi-bin/fg.cgi?page=mr&GRid=35435051&MRid=46961623&
Status: Located
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 tng_medialinks.medialinkID, tng_medialinks.personID as personID, people.burialtype, people.living as living, people.private as private, people.branch as branch, tng_medialinks.eventID,
tng_families.branch as fbranch, tng_families.living as fliving, tng_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, tng_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, tng_sources.title as stitle, tng_sources.sourceID, tng_repositories.repoID, reponame, linktype
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_people AS husbpeople ON tng_families.husband = husbpeople.personID AND tng_families.gedcom = husbpeople.gedcom
LEFT JOIN tng_people AS wifepeople ON tng_families.wife = wifepeople.personID AND tng_families.gedcom = wifepeople.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)
WHERE mediaID = "835" ORDER BY people.lastname, people.lnprefix, people.firstname, hlastname, hlnprefix, hfirstname LIMIT 51
Can't create/write to file '/tmp/#sql_1_0.MAI' (Errcode: 28 "No space left on device")