PDOException: SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8mb3_czech_ci,IMPLICIT) and (utf8mb3_unicode_ci,IMPLICIT) for operation '=' in /home/freemap/sites/wiki/libs/Wakka.class.php:303
Stack trace:
#0 /home/freemap/sites/wiki/libs/Wakka.class.php(303): PDO->prepare()
#1 /home/freemap/sites/wiki/actions/highscores/highscores.php(87): Wakka->Query()
#2 /home/freemap/sites/wiki/libs/Wakka.class.php(580): include('...')
#3 /home/freemap/sites/wiki/libs/Wakka.class.php(3679): Wakka->IncludeBuffered()
#4 /home/freemap/sites/wiki/formatters/wakka.php(913): Wakka->Action()
#5 [internal function]: wakka2callback()
#6 /home/freemap/sites/wiki/formatters/wakka.php(1112): preg_replace_callback()
#7 /home/freemap/sites/wiki/libs/Wakka.class.php(580): include('...')
#8 /home/freemap/sites/wiki/libs/Wakka.class.php(3821): Wakka->IncludeBuffered()
#9 /home/freemap/sites/wiki/handlers/show/show.php(121): Wakka->Format()
#10 /home/freemap/sites/wiki/libs/Wakka.class.php(580): include('...')
#11 /home/freemap/sites/wiki/libs/Wakka.class.php(3728): Wakka->IncludeBuffered()
#12 /home/freemap/sites/wiki/libs/Wakka.class.php(5332): Wakka->Handler()
#13 /home/freemap/sites/wiki/wikka.php(731): Wakka->Run()
#14 {main}
Query: SELECT COUNT(*) AS cnt, `name` FROM wikka_users, wikka_pages WHERE `name` = `owner` AND `latest` = "Y" GROUP BY name ORDER BY cnt DESC LIMIT 10NULL
Params: Query failed in Query(): HY000