到第二步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
我的空间是 iewebhosting上购买的, 安装phpbb3.0.5不成功
版主: 版主管理群
Re: 我的空间是 iewebhosting上购买的, 安装phpbb3.0.5不成功
建議你向空間出租公司反映此問題;
或是在你的phpBB3 根目錄找到.htaccess 新增下列資料
參考連結:
http://www.phpbb.com/community/viewtopi ... 75&start=0
或是在你的phpBB3 根目錄找到.htaccess 新增下列資料
代碼: 選擇全部
php_value mbstring.http_input pass
php_value mbstring.http_output passhttp://www.phpbb.com/community/viewtopi ... 75&start=0

