|
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( firstname ) as firstname, firstname as lowername, ucase( firstname) as binlast, count( ucase( firstname) ) as lncount FROM tng_people WHERE ucase( TRIM(firstname)) 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' | |