大家好,
雖然我的網站已安裝了中文的語言包,顯示也都正常, 但當我嘗試在管理台輸入中文的描述, 重量單位等等資料時, 一經儲存後, 所有的中文字都變成 "??" 網站要如何設定才可以輸入中文呢?
謝謝!
Alex
Hi William,
I use Linux Mint + FireFox 3.01, not sure if this will cause any problem but so far it works fine. Do I need to set anything special as the system cannot display the chinese words I input in the admin
Please check my web site http://www.sun-fast.com and click traditional chinese to see the problem.
Thanks and regards,
Alex
I use Linux Mint + FireFox 3.01, not sure if this will cause any problem but so far it works fine. Do I need to set anything special as the system cannot display the chinese words I input in the admin

Please check my web site http://www.sun-fast.com and click traditional chinese to see the problem.
Thanks and regards,
Alex
我終於知道輸入中文(或其他語言)的方法
適用於Opencart 1.2.8
更新 /system/database/mysql.php 檔案:
在第19行加入:
mysql_query("SET character_set_connection=utf8;", $this->link);
適用於Opencart 1.2.9
更新 /system/database/mysql.php 檔案:
在第19行加入:
mysql_query("SET character_set_connection=utf8;", $this->connection);
希望可以幫到大家啦
Alex
適用於Opencart 1.2.8
更新 /system/database/mysql.php 檔案:
在第19行加入:
mysql_query("SET character_set_connection=utf8;", $this->link);
適用於Opencart 1.2.9
更新 /system/database/mysql.php 檔案:
在第19行加入:
mysql_query("SET character_set_connection=utf8;", $this->connection);
希望可以幫到大家啦

Alex
Who is online
Users browsing this forum: No registered users and 6 guests