eyeOS 1.2 錯誤
eyeOS 升級後,不能用,會出現一堆錯誤
Warning: cannot yet handle MBCS in html_entity_decode()! in /home/ibrucene/public_html/eyeOS/eyeOS8b2c51f85c/system/lib/eyeXML/main.eyecode on line 93
查了一下93行,我也不知怎麼改(~_~")
應該是中文字編碼的問題....
順手把93的程式中的
return html_entity_decode($content,ENT_QUOTES,'UTF-8');
改成
return html_entity_decode($content,ENT_QUOTES);
就正常了~
可用英文版的,不過中文語系檔傳上去,會說中文語系檔不正確...........
在 localhost 使用都正常,放上 bluehost 內部錯誤500
.....
最近 bluehost 在幹嘛....越來越爛了
This is a bug in 1.2, update to 1.2.0.1 (available for download) and it will fix this.
回覆刪除ok,I will try again,thanks.
回覆刪除1. Your server is currently using an unsupported version of PHP (4.x.x). Please update your PHP version to 5.x in order to update eyeOS.
回覆刪除1.2.02 needs PHP 5.x , I am using Bluehost with PHP 4.x.
Can not work.
1. Your server is currently using an unsupported version of PHP (4.x.x). Please update your PHP version to 5.x in order to update eyeOS.
回覆刪除1.2.02 needs PHP 5.x , I am using Bluehost with PHP 4.x.
還是不能用...