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_people.living, tng_people.private, lnprefix, prefix, suffix, title, tng_people.branch, birthdate, birthdatetr, altbirthdate, altbirthdatetr, deathdate, deathdatetr,lastname, firstname, tng_people.personID, tng_people.gedcom, nameorder FROM (tng_people ) LEFT JOIN tng_events e16 ON tng_people.personID = e16.persfamID AND tng_people.gedcom = e16.gedcom AND e16.eventtypeID = "16" LEFT JOIN tng_events e8 ON tng_people.personID = e8.persfamID AND tng_people.gedcom = e8.gedcom AND e8.eventtypeID = "8" WHERE ((e16.eventplace LIKE "%Ebbw Vale%" e16.info LIKE "%Ebbw Vale%" e8.eventplace LIKE "%Ebbw Vale%") AND ((tng_people.living !=1 && tng_people.private != 1))) AND tng_people.gedcom = "CledwynMarsh" ORDER BY lastname 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 'e16.info LIKE "%Ebbw Vale%" e8.eventplace LIKE "%Ebbw Vale%") AND ((tng_peopl...' at line 1