simple_xml_load_file error

  •  10-04-2008, 7:15 PM

    simple_xml_load_file error

    Hi there,

    I'm getting the following error:

    Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "CuteEditor_Files/Languages/en-en.xml" in mysite/CuteEditor_Files/include_CuteEditor.php on line 848
    Error while parsing the Languages fileLanguages/en-en.xml

    If I copy /Languages/en-en.xml to the CuteEditor_Files directory and then try $xml = simplexml_load_file("en-en.xml"); the same error happens. However, if I open a blank php file and try $xml = simplexml_load_file("en-en.xml");, no error is returned.

    Thanks,
    Reed 
View Complete Thread