1 頁 (共 1 頁)

我的空间是 iewebhosting上购买的, 安装phpbb3.0.5不成功

發表於 : 2009-09-21 06:52
人老了
到第二步Requirements 的时候,,就只显示 Test Again

看到有提示:

HTTP input character conversion:
mbstring.http_input must be set to pass. No

HTTP output character conversion:
mbstring.http_output must be set to pass. No

请问 如何将其修改为 yes

Re: 我的空间是 iewebhosting上购买的, 安装phpbb3.0.5不成功

發表於 : 2009-09-21 18:22
rex
建議你向空間出租公司反映此問題;
或是在你的phpBB3 根目錄找到.htaccess 新增下列資料

代碼: 選擇全部

php_value mbstring.http_input pass
php_value mbstring.http_output pass
參考連結:
http://www.phpbb.com/community/viewtopi ... 75&start=0