Haros
11-22-2008, 11:35 PM
First of all, greetings to everyone. Nice to be in yor community.
Now, I am trying to parse some xml data. And when i try the simplexml_load_file() function i get an error
warning: simplexml_load_file() [function.simplexml-load-file] I/O warning : failed to load external entity
I have allow_url_fopen = On in my php.ini so I don't get why this error exists... I have tried to open a file stored locally (I am using xampp) and i get the same error. The funny this is that after this error data seem to load correctly...
Any clues?
Now, I am trying to parse some xml data. And when i try the simplexml_load_file() function i get an error
warning: simplexml_load_file() [function.simplexml-load-file] I/O warning : failed to load external entity
I have allow_url_fopen = On in my php.ini so I don't get why this error exists... I have tried to open a file stored locally (I am using xampp) and i get the same error. The funny this is that after this error data seem to load correctly...
Any clues?