close
joomla Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity
或是 Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning
出現這個報錯訊息的話要排除的項目主要和以下有關
- Apache ,PHP 的設定(發文時間的版本為 Apache 2,PHP 5.5.1,但翻了國外的技術文章之後發現不論甚麼版本都會有此問題發生)
- 內存分配
- allow_url_fopen
- 加入此段文字至 libxml_disable_entity_loader(false); joomla的 index.php 檔案裡,這只是讓後台錯誤訊息的報錯不出現而已,前台偶爾還是會出現錯誤訊息但是重新整理後又消失
我們解決的方法是....升級PHP版本就好了 ˇ__ˇ
參考網站 PHP BUGS
https://bugs.php.net/bug.php?id=64938
國外相同問題文章參考:
http://www.customaffiliatesites.com/warning-simplexml_load_file-function-simplexml-load-file-io-warning-failed-to-load-external-entity/
http://www.joomlashine.com/forum/70-jsn-mico/81437-warning-simplexml-load-file-function-simplexml-load-file-i-o-warning
文章標籤
全站熱搜
留言列表