PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from '/path/to/file' : failed to load external entity "/path/to/file"

2014-10-08 04:48:17 -0400
All you need to do is:

add

libxml_disable_entity_loader(false);

before

new SoapClient

Check this out for more details
«Newer      Older»
Comment:
Name:

Back to home

Subscribe | Register | Login | N