このエラーの問題があるか、どうすれば修正できますか、助けてください。
警告: simplexml_load_file() [function.simplexml-load-file]: I/O 警告: 外部エンティティ "
<?xml version="1.0" encoding="UTF-8" ?><response><psid /><date><![CDATA[2013-06-04]]></date><name /><email /><status><![CDATA[declined]]></status><message><![CDATA[This company has not yet been approved.]]></message><price>0</price></response>
"のロードに失敗しました
私はこのラインを使用しています
$xml = simplexml_load_file($json);