Failed load XML file via URL (ERROR : failed to load external entity ")

Viewed 14

i got error while trying to load XML file via URL. the Error is :failed to open stream: HTTP request failed! , exactly output is " Warning (2): simplexml_load_file(https://www.xxxxxxx.com/TicimaxXmlV2/7955C155BF8445A295F3A9D0110B4768/Urunler.xml): failed to open stream: HTTP request failed! [APP/Controller/DemoController.php, line 31] Warning (2): simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "https://www.xxxxxxxx.com/TicimaxXmlV2/7955C155BF8445A295F3A9D0110B4768/Urunler.xml" [APP/Controller/DemoController.php, line 31] " when load big xml file using "simplexml_load_file" PHP function ,or even i tried with "XMLReader" . the same XML file its load in https://countwordsfree.com/xmlviewer after 4min without problem.

Anyone could help on this. Regards Gabriel

0 Answers
Related