我安裝了二台SMF 1.1 RC2,一台用big5,另一台用unicode。
但是二台都出現問題如下:
1、二台要登錄時,密碼第一次必出現密碼錯誤,再輸入一次就可以了。(二次密碼都打對的)。
也就是要登錄一定要打2次密碼啦!
2、附件橧後big5的檔名保持漂亮的中文字。但unicode就永遠是亂七八糟的碼了。
我的系統都有點舊了,freebsd + mysql 3 + php41
打開"index.template.php" of your current themes and search for:
找到這二行
/* Show sticky and lock status seperate from topic icons? */
$settings['seperate_sticky_lock'] = true;
在這二行後面加入下面這行:
$context['disable_login_hashing'] = true;
解決。