1 頁 (共 1 頁)

[問題] 論壇無法中文字顯示 ?

發表於 : 2005-09-23 08:38
modiceshair
使用Appserv 2.5.4a
phpbb 2.0.17 <竹貓下載的>
安裝好後 ... 我發表文章如果有包含中文字元的話 就無法發表
出現以下東西:

代碼: 選擇全部

Could not insert new word matches

DEBUG MODE

SQL Error : 1267 Illegal mix of collations (big5_bin,IMPLICIT) and (latin1_swedish_ci,COERCIBLE) for operation ' IN '

INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) SELECT 5, word_id, 0 FROM phpbb_search_wordlist WHERE word_text IN ('aa喔')

Line : 251
File : functions_search.php
進入後台 改基本組態的

"討論區名稱" 只要有中文字 論壇首頁就會出現"????"
一個中文字出現兩個??
這個問題要如何解決 ?

發表於 : 2005-09-28 16:42
tengsan
先檢查一下phpbb安裝目錄下的confoig.php裡面的設定:

// phpBB 2.x auto-generated config file
// Do not change anything in this file!

$dbms = 'mysql';----->如果是mysql則改成mysql4

$dbhost = 'tengsan.pcadsl.com.tw';
$dbname = 'phpbb';
$dbuser = 'user';
$dbpasswd = '12345';

如果還沒解決,那再看看php的版本是4還是5,
如果是5的話建議手動改成4的版本,
手動安裝可參考
http://www.phpe.net/articles/355.shtml