Copied! Copy Stacktrace Search Stackoverflow Search Google Exception

Database Exceptionyii\db\Exception

SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (latin1_danish_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '='
The SQL being executed was: SELECT * FROM `audiobooks` WHERE `slug`='frontend/web/author/Лансере Наталия'

Error Info: Array
(
    [0] => HY000
    [1] => 1267
    [2] => Illegal mix of collations (latin1_danish_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '='
)
$_GET = [
    'slug' => 'frontend/web/author/Лансере Наталия',
];