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 distinct trim(substring_index(place,',',-3)) as myplace, trim(place) as wholeplace, count(place) as placecount, gedcom FROM tng_places WHERE trim(substring_index(place,',',-2)) = "Castilla y León, Spain" GROUP BY myplace ORDER by myplace

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