|
An error has occurred in the TNG software. This could be due to a setup issue, an incomplete upgrade or a program bug. If you are the site owner, you may contact TNG support for help with this problem. Please copy the query below and paste it into your message.
Query: SELECT ucase( ucase(lastname) ) as lastname, ucase(lastname) as lowername, ucase( lastname) as binlast, count( ucase( lastname) ) as lncount FROM tng_people WHERE ucase( TRIM(lastname)) LIKE "Ã%" AND gedcom = "josephsmithsr" AND ((tng_people.living !=1 && tng_people.private != 1)) GROUP BY lowername ORDER by binlast
Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation 'like' | |