Forums / Cotonti / Bugs / Archive / Indefinite character

Indefinite character

motor2hg
#1 2009-02-03 20:37
Some lines in the Russian forum has an indefinite character.
Most likely, these lines are not properly cut?

You can try to add the line in common.php

/* ======== Connect to the SQL DB======== */
require('system/database.'.$cfg['sqldb'].'.php');
sed_sql_connect($cfg['mysqlhost'], $cfg['mysqluser'], $cfg['mysqlpassword'], $cfg['mysqldb']);
unset($cfg['mysqlhost'], $cfg['mysqluser'], $cfg['mysqlpassword']);
sed_sql_query("SET NAMES 'utf8' COLLATE 'utf8_unicode_ci'");//motor

Dit bericht is bewerkt door motor2hg (2009-02-03 21:14, 15 jaren ago)
Kilandor
#2 2009-02-10 19:43
This was due to a problem in our database, which has been fixed now.