» Pokaż wszystko «Przegl. «1 ... 37 38 39 40 41 42 43 44 45 ... 225» Dalej» » Pokaz slajdów
Ładowanie...
Anna Swatek, z d. Sierońska.
Wystąpił błąd w oprogramowaniu TNG. To może być ze względu na problem instalacji, modernizacji lub błędu programu. Jeśli jesteś właścicielem witryny, możesz skontaktować się z obsługą TNG o pomoc w rozwiązaniu tego problemu. Proszę wpisać poniżej zapytanie i wkleić go do wiadomości.
Zapytanie: 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, altdescription, altnotes, tng_medialinks.gedcom,
familyID, people.personID as personID2, wifepeople.personID as wpersonID, 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.firstname as hfirstname, husbpeople.lnprefix as hlnprefix, husbpeople.lastname as hlastname,
husbpeople.prefix as hprefix, husbpeople.suffix as hsuffix, tng_sources.title, 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 = "9" ORDER BY people.lastname, people.lnprefix, people.firstname, hlastname, hlnprefix, hfirstname LIMIT 51
Disk full (/tmp/#sql_142_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")