2013-08-23 47 views
6

我使用過這個系統,但它不知道它發生了什麼!xml文件中標記數據過早結束的錯誤

線:197 core.php中

foreach ($this->getAll() as $banner) { 

線:191 core.php中

$_xmlBanners = simplexml_load_file(PATH_XML."banners.xml"); 

我的xml:

<?xml version="1.0" encoding="UTF-8"?> 
<list> 
    <banner id="1"> 
     <image>http://lineagefree.com/acp/images/l2jbr.png</image> 
     <link>http://l2j.lt/topai/balsuoti-7907.php</link> 
     <votes> 
      <link>http://l2j.lt/topai/mokamas-7907.php</link> 
      <regexp><div class='list_8' style="font-weight: bold">(.*)</div></regexp> 
     </votes> 
    </banner> 
    <banner id="2"> 
     <image>http://lineagefree.com/acp/images/top100mmorpg.png</image> 
     <link>http://l2j.lt/topai/balsuoti-7907.php</link> 
     <votes> 
      <link>http://l2j.lt/topai/mokamas-7907.php</link> 
      <regexp><div class='dlist_8' style="font-weight: bold">(.*)</div></regexp> 
     </votes> 
    </banner> 
    <banner id="3"> 
     <image>http://lineagefree.com/acp/images/gamesitestop100.jpg</image> 
     <link>http://l2j.lt/topai/balsuoti-7907.php</link> 
     <votes> 
      <link>http://l2j.lt/topai/mokamas-7907.php</link> 
      <regexp><div class='dlist_8' style="font-weight: bold">(.*)</div></regexp> 
     </votes> 
     <banner id="4"> 
     <image>http://lineagefree.com/acp/images/arenatop100.png</image> 
     <link>http://l2j.lt/topai/balsuoti-7907.php</link> 
     <votes> 
      <link>http://l2j.lt/topai/mokamas-7907.php</link> 
      <regexp><div class='dlist_8' style="font-weight: bold">(.*)</div></regexp> 
     </votes> 
     <banner id="5"> 
     <image>http://lineagefree.com/acp/images/mmorpglist.jpg</image> 
     <link>http://l2j.lt/topai/balsuoti-7907.php</link> 
     <votes> 
      <link>http://l2j.lt/topai/mokamas-7907.php</link> 
      <regexp><div class='dlist_8' style="font-weight: bold">(.*)</div></regexp> 
     </votes> 
     <banner id="6"> 
     <image>http://lineagefree.com/acp/images/top200.gif</image> 
     <link>http://l2j.lt/topai/balsuoti-7907.php</link> 
     <votes> 
      <link>http://l2j.lt/topai/mokamas-7907.php</link> 
      <regexp><div class='dlist_8' style="font-weight: bold">(.*)</div></regexp> 
     </votes> 
    </banner> 
</list> 

我的錯誤Retorn酒店:

[23-Aug-2013 15:35:20 America/Sao_Paulo] PHP Warning: simplexml_load_file() [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]: /home/lineage/public_html/acp/xml/banners.xml:48: parser error : Opening and ending tag mismatch: banner line 33 and list in /home/lineage/public_html/acp/core.php on line 191 
[23-Aug-2013 15:35:20 America/Sao_Paulo] PHP Warning: simplexml_load_file() [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]: &lt;/list&gt; in /home/lineage/public_html/acp/core.php on line 191 
[23-Aug-2013 15:35:20 America/Sao_Paulo] PHP Warning: simplexml_load_file() [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]:  ^in /home/lineage/public_html/acp/core.php on line 191 
[23-Aug-2013 15:35:20 America/Sao_Paulo] PHP Warning: simplexml_load_file() [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]: /home/lineage/public_html/acp/xml/banners.xml:48: parser error : Premature end of data in tag banner line 26 in /home/lineage/public_html/acp/core.php on line 191 
[23-Aug-2013 15:35:20 America/Sao_Paulo] PHP Warning: simplexml_load_file() [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]: &lt;/list&gt; in /home/lineage/public_html/acp/core.php on line 191 
[23-Aug-2013 15:35:20 America/Sao_Paulo] PHP Warning: simplexml_load_file() [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]:  ^in /home/lineage/public_html/acp/core.php on line 191 
[23-Aug-2013 15:35:20 America/Sao_Paulo] PHP Warning: simplexml_load_file() [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]: /home/lineage/public_html/acp/xml/banners.xml:48: parser error : Premature end of data in tag banner line 19 in /home/lineage/public_html/acp/core.php on line 191 
[23-Aug-2013 15:35:20 America/Sao_Paulo] PHP Warning: simplexml_load_file() [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]: &lt;/list&gt; in /home/lineage/public_html/acp/core.php on line 191 
[23-Aug-2013 15:35:20 America/Sao_Paulo] PHP Warning: simplexml_load_file() [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]:  ^in /home/lineage/public_html/acp/core.php on line 191 
[23-Aug-2013 15:35:20 America/Sao_Paulo] PHP Warning: simplexml_load_file() [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]: /home/lineage/public_html/acp/xml/banners.xml:48: parser error : Premature end of data in tag list line 2 in /home/lineage/public_html/acp/core.php on line 191 
[23-Aug-2013 15:35:20 America/Sao_Paulo] PHP Warning: simplexml_load_file() [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]: &lt;/list&gt; in /home/lineage/public_html/acp/core.php on line 191 
[23-Aug-2013 15:35:20 America/Sao_Paulo] PHP Warning: simplexml_load_file() [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]:  ^in /home/lineage/public_html/acp/core.php on line 191 
[23-Aug-2013 15:35:20 America/Sao_Paulo] PHP Notice: Trying to get property of non-object in /home/lineage/public_html/acp/core.php on line 206 
[23-Aug-2013 15:35:20 America/Sao_Paulo] PHP Warning: Invalid argument supplied for foreach() in /home/lineage/public_html/acp/core.php on line 197 

我有這個問題。聽說過編碼的字符。 的東西。 但我該如何解決? 遵循所有數據。如果您需要更多請問我。我很絕望。對不起我的英文。與谷歌完成! 謝謝

回答

8

您缺少一堆結束標籤。在瀏覽器中加載文件,它會告訴你行號。

下面你將看到固定的xml:

<?xml version="1.0" encoding="UTF-8"?> 
<list> 
    <banner id="1"> 
     <image>http://lineagefree.com/acp/images/l2jbr.png</image> 
     <link>http://l2j.lt/topai/balsuoti-7907.php</link> 
     <votes> 
      <link>http://l2j.lt/topai/mokamas-7907.php</link> 
      <regexp><div class='list_8' style="font-weight: bold">(.*)</div></regexp> 
     </votes> 
    </banner> 
    <banner id="2"> 
     <image>http://lineagefree.com/acp/images/top100mmorpg.png</image> 
     <link>http://l2j.lt/topai/balsuoti-7907.php</link> 
     <votes> 
      <link>http://l2j.lt/topai/mokamas-7907.php</link> 
      <regexp><div class='dlist_8' style="font-weight: bold">(.*)</div></regexp> 
     </votes> 
    </banner> 
    <banner id="3"> 
     <image>http://lineagefree.com/acp/images/gamesitestop100.jpg</image> 
     <link>http://l2j.lt/topai/balsuoti-7907.php</link> 
     <votes> 
      <link>http://l2j.lt/topai/mokamas-7907.php</link> 
      <regexp><div class='dlist_8' style="font-weight: bold">(.*)</div></regexp> 
     </votes> 
     </banner> 
     <banner id="4"> 
     <image>http://lineagefree.com/acp/images/arenatop100.png</image> 
     <link>http://l2j.lt/topai/balsuoti-7907.php</link> 
     <votes> 
      <link>http://l2j.lt/topai/mokamas-7907.php</link> 
      <regexp><div class='dlist_8' style="font-weight: bold">(.*)</div></regexp> 
     </votes> 
     </banner> 
     <banner id="5"> 
     <image>http://lineagefree.com/acp/images/mmorpglist.jpg</image> 
     <link>http://l2j.lt/topai/balsuoti-7907.php</link> 
     <votes> 
      <link>http://l2j.lt/topai/mokamas-7907.php</link> 
      <regexp><div class='dlist_8' style="font-weight: bold">(.*)</div></regexp> 
     </votes> 
     </banner> 
     <banner id="6"> 
     <image>http://lineagefree.com/acp/images/top200.gif</image> 
     <link>http://l2j.lt/topai/balsuoti-7907.php</link> 
     <votes> 
      <link>http://l2j.lt/topai/mokamas-7907.php</link> 
      <regexp><div class='dlist_8' style="font-weight: bold">(.*)</div></regexp> 
     </votes> 
    </banner> 
    </list> 
+0

關閉您的橫幅標記,並添加一個關閉列表標記,並驗證正確。 – dcaswell

+0

如果有一個參數忽略(也可能是添加)缺失標籤會好得多。 – geotheory

0

您的<banner id="3">沒有結束標記。 <banner id="4"><banner id="5">標籤也不是。

如果添加結束</banner>標籤的,你將XML ID爲3,4有效

0

旗幟元素,和5沒有關閉。請檢查您的XML。你應該關閉所有的標籤。

0

錯誤數據的XML文件過早結束在標籤

它來當XML文件屬性沒有正確關閉。 檢查bannerid

相關問題