ИМ
Это вообще нормально и как с этим бороться
Size: a a a
ИМ
ДК
В
DL
В
DL
В

В
$tname = $modx->getFullTableName('promo_chat');
$modx->db->query("INSERT INTO {$tname} (userid, chatid, comment) VALUES({$userid}, {$chat}, '{$comment}')");DL
В
COLLATE utf8_general_ci ?DL
В
$tname = $modx->getFullTableName('promo_chat');
$modx->db->query("INSERT INTO {$tname} (userid, chatid, comment) VALUES({$userid}, {$chat}, '{$comment}') COLLATE utf8mb4_unicode_ci");В
DL
DL
В
DL
SB
KK