I have a fresh installation of MODX. After installing Sterc seoSuite, both the Google as well as the Yandex search result previews and, in addition, also the page title are displaying unexpected characters. In phpMyAdmin, all special characters are correct.
Is there any suggestion how to resolve this?
My Setup:
MODX 2.8.1-pl
MySQL 5.7, collation is utf8mb4_general_ci
confi.inc.php:
$database_type = ‘mysql’;
$database_server = ‘rdbms.strato.de’;
$database_user = ‘xxxxxxx’;
$database_password = ‘xxxxxxx’;
$database_connection_charset = ‘utf8’;
$dbase = ‘xxxxxxx’;
$table_prefix = ‘modx_’;
$database_dsn = ‘mysql:host=rdbms.strato.de;dbname=xxxxxxx;charset=utf8’;