simplexml_load_string($ resp);不管用

时间:2018-07-28 09:14:45

标签: php wordpress simplexml-load-string

我在网站首页上收到错误

警告:simplexml_load_string():实体:第1行:解析器错误:在/ homepages / 45 / d463588963 / htdocs / wsb7281670301 / wp-content / themes / wpliberia / page-templates / front-page中的公共标识符之后需要空间.php行21

警告:simplexml_load_string():在第21行的/homepages/45/d463588963/htdocs/wsb7281670301/wp-content/themes/wpliberia/page-templates/front-page.php中

警告:simplexml_load_string():/ homepages / 45 / d463588963 / htdocs / wsb7281670301 / wp-content / themes / wpliberia / page-templates / front-page.php在第21行的^

警告:simplexml_load_string():实体:第1行:解析器错误:SystemLiteral“或”预期在/ homepages / 45 / d463588963 / htdocs / wsb7281670301 / wp-content / themes / wpliberia / page-templates / front-page中。第21行的php

警告:simplexml_load_string():在第21行的/homepages/45/d463588963/htdocs/wsb7281670301/wp-content/themes/wpliberia/page-templates/front-page.php中

警告:simplexml_load_string():/ homepages / 45 / d463588963 / htdocs / wsb7281670301 / wp-content / themes / wpliberia / page-templates / front-page.php在第21行的^

警告:simplexml_load_string():实体:第1行:解析器错误:SYSTEM或PUBLIC,/ homepages / 45 / d463588963 / htdocs / wsb7281670301 / wp-content / themes / wpliberia / page-templates / front中缺少URI -page.php,第21行

警告:simplexml_load_string():在第21行的/homepages/45/d463588963/htdocs/wsb7281670301/wp-content/themes/wpliberia/page-templates/front-page.php中

而我的front-page.php的一行是

// Send the request & save response to $resp
$resp = curl_exec($curl);
$xml = simplexml_load_string($resp);
$xml_encode = json_encode($xml);
$ResultData = json_decode($xml_encode, true);

// Close request to clear up some resources
curl_close($curl);

我搜索了很多但无法获得帮助 谁能帮助我解决这个问题并将我的网站作为魅力运营

预先感谢

0 个答案:

没有答案