In TNG ist ein Fehler aufgetreten.

Falls Sie ein Update installiert haben, haben Sie möglicherweise einen Teil der Anleitung übersprungen. Bitte rufen Sie die Datei 'Readme' erneut auf und achten Sie besonders auf die Hinweise zur Anpassung der Datenbankstruktur.

Wenn Sie TNG zum ersten Mal installiert haben, müssen Sie möglicherweise noch die Datenbank anlegen. Bitte rufen Sie die Datei readme.html erneut auf.

Wenn Sie der Eigentümer der Internet-Site sind, möchten Sie vielleicht den Support für TNG kontaktieren. Bitte kopieren Sie die untenstehende Meldung und fügen Sie sie in eine E-Mail ein.



Abfrage: SELECT f.ID, familyID, husband, wife, marrdate, marrplace, divdate, divplace, f.gedcom as gedcom, f.living, f.private, f.branch, treename, secret, father.personID as fpersonID, father.lastname as flastname, father.lnprefix as flnprefix, father.firstname as ffirstname, father.title as ftitle, father.prefix as fprefix, father.suffix as fsuffix, father.nameorder as fnameorder, father.birthdate as fbirthdate, father.birthdatetr as fbirthdatetr, father.altbirthdate as faltbirthdate, father.altbirthdatetr as faltbirthdatetr, father.deathdate as fdeathdate, father.living as fliving, father.private as fprivate, father.branch as fbranch, mother.personID as mpersonID, mother.lastname as mlastname, mother.lnprefix as mlnprefix, mother.firstname as mfirstname, mother.title as mtitle, mother.prefix as mprefix, mother.suffix as msuffix, mother.nameorder as mnameorder, mother.birthdate as mbirthdate, mother.birthdatetr as mbirthdatetr, mother.altbirthdate as maltbirthdate, mother.altbirthdatetr as maltbirthdatetr, mother.deathdate as mdeathdate, mother.living as mliving, mother.private as mprivate, mother.branch as mbranch FROM (tng_families as f, tng_trees) LEFT JOIN tng_people AS father ON f.gedcom=father.gedcom AND husband = father.personID LEFT JOIN tng_people AS mother ON f.gedcom=mother.gedcom AND wife = mother.personID // ** code replaced by Private Trees mod WHERE f.gedcom="HSC-2011-08-18" AND f.branch like "%Walter%" AND ((f.living !=1 && f.private != 1)) AND (f.gedcom = tng_trees.gedcom) AND secret != "2" ORDER BY mother.lastname, mother.firstname, marrdatetr // ** end of code replaced by Private Trees mod LIMIT 20

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '/ ** code replaced by Private Trees mod WHERE f.gedcom="HSC-2011-08-18" AND f' at line 7