0
4

1 回答 1

0

This is now sorted. Line 50 of database.php in root -> application -> config should have read:

Correct:
$db['default']['char_set'] = "utf8"

Incorrect:
$db['default']['char_set'] = "UTF-8"

Something so simple! I hope that might help others.

于 2012-06-07T10:57:55.850 回答