Print Bookmark

Most Wanted


 Elusive People

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_mostwanted.ID as mwID, mwtype, thumbpath, abspath, form, usecollfolder, mediatypeID, path, tng_media.description as mtitle, tng_mostwanted.personID, tng_mostwanted.gedcom, tng_mostwanted.mediaID, tng_mostwanted.description as mwdesc, tng_mostwanted.title as mwtitle, lastname, firstname, lnprefix, suffix, prefix, tng_people.title as title, tng_people.living, tng_people.private, nameorder, branch FROM tng_mostwanted LEFT JOIN tng_media ON tng_mostwanted.mediaID = tng_media.mediaID LEFT JOIN tng_people ON tng_mostwanted.personID = tng_people.personID AND tng_mostwanted.gedcom = tng_people.gedcom WHERE mwtype = "person" ORDER BY ordernum

Illegal mix of collations (utf8mb3_unicode_ci,IMPLICIT) and (utf8mb3_general_ci,IMPLICIT) for operation '='