Er is een fout opgetreden in de TNG software. Wat wilt u doen:

Als u zojuist een update geinstalleerd hebt, controleer of u alle stappen van de installatie instructies gevolgd hebt. Ga terug naar de update Lees Mij pagina en lees de instructie opnieuw. Speciale aandacht voor de database structuur stap.

Als u TNG voor de eerste keer geintalleerd hebt, dan moeten miscchien nog de database teabellen aangemaakt wordeen. Ga terug naar de readme.html Pagina om deze stap te vinden.

Als u de website eigenaar bent, kunt u contact opnemen met TNG support voor assistentie bij dit prrobleem. Kopieer onderstaande query en plak deze in uw bericht.



Query: SELECT tng_people.living, tng_people.private, lnprefix, prefix, suffix, title, tng_people.branch, birthdate, birthdatetr, altbirthdate, altbirthdatetr, deathdate, deathdatetr,lastname, firstname,lastname,(if(sex='M',families1.wife,families2.husband)) as spouse,birthdate,altbirthdate,if(sex='M',families1.marrdate,families2.marrdate),deathdate, tng_people.personID, tng_people.gedcom, nameorder FROM (tng_people ) LEFT JOIN tng_families AS families1 ON (tng_people.gedcom = families1.gedcom AND tng_people.personID = families1.husband ) LEFT JOIN tng_families AS families2 ON (tng_people.gedcom = families2.gedcom AND tng_people.personID = families2.wife ) WHERE ((altbirthplace LIKE "%OR%" birthplace LIKE "%alsmeer%") AND (tng_people.living != 1)) AND tng_people.gedcom = "nijenberg" ORDER BY altbirthdate,birthdate,if(sex='M',families1.marrdate,families2.marrdate),deathdate LIMIT 50

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'birthplace LIKE "%alsmeer%") AND (tng_people.living != 1)) AND tng_people.ged...' at line 1