I've been getting an error in a PHP script:
simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity
the problem is I get this error only when I run the script in localhost (XAMPP)
, when I run it in my site everything becomes fine.
So I can't test the code in localhost.