Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これでソートされました。root -> application -> configの 50 行目database.phpは次のようになっているはずです。
database.php
正しい: $db['default']['char_set'] = "utf8"
$db['default']['char_set'] = "utf8"
正しくない: $db['default']['char_set'] = "UTF-8"
$db['default']['char_set'] = "UTF-8"
とてもシンプルなもの!それが他の人に役立つことを願っています。