Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for PHP
»
simple_xml_load_file error
simple_xml_load_file error
10-04-2008, 7:15 PM
reed
Joined on 10-05-2008
Posts 2
simple_xml_load_file error
Reply
Quote
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