Cotonti 0.0.0.5
| Trustmaster |
|
|---|---|
|
The last time I had such a problem was incorrect UTF-8 database. Make sure all MySQL settings (database, table, connection) are set to UTF-8.
You can also try uncommenting these lines in datas/config.php: $cfg['mysqlcharset'] = 'utf8';
$cfg['mysqlcollate'] = 'utf8_unicode_ci';May the Source be with you!
|