2013-08-23 3 views
6

J'ai pris ce système jamais fait mais il ne sait pas ce qu'il se passe!Erreur dans le fichier XML prématurée fin de données dans l'étiquette

ligne: 197 core.php

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

ligne: 191 core.php

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

mon 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> 

Mes erreurs 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 

Je suis avec ce problème. entendu des caractères codés. quelque chose. mais comment résoudre ce problème? suit toutes les données. Si vous avez besoin de plus s'il vous plaît demandez-moi. Je suis désespéré. Désolé pour mon anglais. a été fait avec google! merci

Répondre

8

Il vous manque un tas d'étiquettes de fin. Chargez le fichier dans un navigateur, et il vous dira le numéro de ligne.

Ci-dessous, vous verrez le code XML fixe:

<?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

Fermez votre balise de bannière et ajoutez une balise de fermeture, ce qui valide correctement. – dcaswell

+0

Il serait beaucoup mieux s'il y avait un argument pour ignorer (et peut-être ajouter) des balises manquantes. – geotheory

0

votre <banner id="3"> n'a pas de balise de fermeture. les marques <banner id="4"> et <banner id="5"> ne le sont pas non plus.

Si vous ajoutez la fermeture </banner> balises à ceux-ci, votre xml sera valide

0

éléments de bannière ayant id 3, 4 et 5 ne sont pas fermées. S'il vous plaît vérifier votre XML. Vous devriez fermer tous les tags.

0

Erreur dans le fichier xml fin prématurée des données dans la balise

Il vient lorsque les attributs de fichier XML ne sont pas fermées correctement. Check bannerid

Questions connexes