I have issue with two lines in config.php:
$config['Database']['dbtype'] = 'mysql';
and added
$config['Mysql']['charset'] = 'utf8';
See that I used mysql NOT mySQLi as this will prohibit to work characters.
Please inform me as characters are displayed in correct way without them.
$config['Database']['dbtype'] = 'mysql';
and added
$config['Mysql']['charset'] = 'utf8';
See that I used mysql NOT mySQLi as this will prohibit to work characters.
Please inform me as characters are displayed in correct way without them.
Comment