Ошибка premature end of data in tag

I took this system ever made but it does not know what it is happening!

line: 197 core.php

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

line: 191 core.php

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

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

My errors 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

I am with this problem. heard of characters encoded.
something.
but how do I fix?
follows all data. if you need any more please ask me. I’m desperate. Sorry my english. was done with google!
thank you

asked Aug 23, 2013 at 18:59

user2688200's user avatar

You are missing a bunch of end tags. Load the file in a browser, and it will tell you the line number.

Below you will see the fixed 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>

Perry's user avatar

Perry

10.9k2 gold badges27 silver badges37 bronze badges

answered Aug 23, 2013 at 19:06

OldProgrammer's user avatar

OldProgrammerOldProgrammer

12k3 gold badges24 silver badges45 bronze badges

2

your <banner id="3"> doesn’t have a closing tag. neither do the <banner id="4"> and <banner id="5"> tags.

If you add closing </banner> tags to those, your xml will be valid

answered Aug 23, 2013 at 19:04

Sam I am says Reinstate Monica's user avatar

banner elements having id 3, 4, and 5 are not closed. Please check your XML. You should close all tags.

answered Aug 23, 2013 at 19:05

CuriousMind's user avatar

CuriousMindCuriousMind

3,1433 gold badges28 silver badges52 bronze badges

Добрый день. Ковыряю Sopa сервис (делаю обмен данными, т.е. пытаюсь реализовать и сервер и клиент). Сделал wsdl файл, сервер и клиент.
При запуске клиента выдает следующую ошибку:
SOAP-ERROR: Parsing WSDL: Couldn’t load from ‘myservice.ru/soap/test.wsdl’ : Premature end of data in tag definitions line 2

Хочу обратить внимание, что при переходе по урл wsdl файла он скачивается, а не открывается в браузере. Так должно быть? Пробовал открыть wsdl файлы других сервисов — они открывались в браузере.


  • Вопрос задан

    более трёх лет назад

  • 897 просмотров

complexType не имеет закрывающего тега

Картинка

5ea2eb7b950e3226189026.png

Пригласить эксперта

SOAP-ERROR: Parsing WSDL: Unexpected WSDL element
С этой ошибкой разобрался. В wsdl element не был заключен в complexType.
Все в принципе работает, но только если в клиенте при вызове функции передавать ей явно параметр. Не пойму как и где вся эта система должна брать данные из xml файла-запроса.

Если кто-то сможет разжевать, буду признателен))


  • Показать ещё
    Загружается…

09 июн. 2023, в 23:05

80000 руб./за проект

09 июн. 2023, в 22:45

1000 руб./за проект

09 июн. 2023, в 22:39

1000 руб./в час

Минуточку внимания

Hi,

We recently upgraded our application to use the new version of autotask-php to support the 1.6 API. Everything had been working well for about a month now, but suddenly we are getting this error trying to look at the auto-discover WSDL.

PHP Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn’t load from ‘https://webservices.autotask.net/atservices/1.6/atws.wsdl’ : Premature end of data in tag definitions line 2

I don’t think this is specifically related to the autotask-php library, but I hoped the people that might look at the Issues here would have a suggestion. I spent some time researching the issue online and mostly what I found was a bug in PHP 5.3 related to Content-Length. We are on PHP 5.4, but I went down the rabbit hole anyways and validated that Autotask seems to be setting that header correctly both when compressing and not compressing the response. I have tried setting various options on SoapClient, but nothing seems to affect the behavior.

It is failing on our first call to ATWSClient. Originally I only had trace enabled, but added other options one by one to see if it affected the behavior: it did not.

Any suggestions?

function get_at_client() {

    // source the Autotask library
    require_once(__DIR__ . "/autotask/src/autoload.php");

    // Autotask API username and password
    $username = 'xxxxx';
    $password = 'xxxxx';
    $integration_code = "xxxxx";

    // Autotask login WSDL
    $auth_wsdl = 'https://webservices.autotask.net/atservices/1.6/atws.wsdl';
    $opts = array('trace'        => 1,
                  'compression'  => SOAP_COMPRESSION_ACCEPT | SOAP_COMPRESSION_GZIP,
                  'soap_version' => SOAP_1_2,
                  'cache_wsdl'   => WSDL_CACHE_NONE,
                  'features'     => SOAP_SINGLE_ELEMENT_ARRAYS);
    $client = new ATWSClient($auth_wsdl, $opts); // Fails here!!!
    $zoneInfo = $client->getZoneInfo($username);

    // Autotask Client and ticket field info for pick lists
    $auth_opts = array(
        'login' => $username,
        'password' => $password,
        'trace' => 1
    );
    $wsdl = str_replace('.asmx', '.wsdl', $zoneInfo->getZoneInfoResult->URL);
    $client = new ATWSClient($wsdl, $auth_opts, $integration_code);

    return $client;
}

Answer by Emiliano Dodson

This is due to the usage of <br> and other self closing tags. The dom tries to find the end like this <br/> where <br is start and /> is end. Modern browsers will not have problems with <tag> but the php dom function still wants you to keep the XML standard so you need to find al the <singletags> and replace them with <singletags /> then it works just fine.,

Student asked me if it is necessary to simplify fractions at the end of answering a question. I’m not sure how to respond

,Find centralized, trusted content and collaborate around the technologies you use most.,

Why are there grammars in languages in the first place?

When the fragment you want to parse is not conform to XML specs (eg self closing tags without ‘/’ or unclosed tags) and if it dosesn’t contain duplicate ids you can try with loadHTML, it’s more permissive.

$xmlDoc->loadHTML($xml);

Answer by Cohen Gordon

B.17.2.3. Opening and ending tag mismatch,6.3. Creating Guests with virt-manager,
Troubleshoot a product issue
,
Engage with our Red Hat Product Security team, access security updates, and ensure your environments are not exposed to any known security vulnerabilities.

error: (name_of_guest.xml):61: Opening and ending tag mismatch: clock line 16 and domain
</domain>
---------^

Answer by Mario Morrow

Diversity, Equity, and Inclusion Resources,ResourcesUser guide
Documentation
Support
Security
Jobs
Events
Newsletter
Project News
Partner Press
Drupal 9
Diversity, Equity, and Inclusion Resources
,Could not load WXR file — problems reported: Opening and ending tag mismatch: b line 2405 and wp:comment_content at line 2405 Opening and ending tag mismatch: comment_content line 2403 and comment at line 2409 Opening and ending tag mismatch: comment line 2395 and item at line 2425 Opening and ending tag mismatch: item line 2364 and channel at line 4374 Opening and ending tag mismatch: channel line 27 and rss at line 4375 Premature end of data in tag rss line 19 at line 4376,I found out there was bad code in my WXR file at that line. I had to manually fix it and then the import went smooth

<!-- generator="wordpress/2.3.3" created="2011-03-03 23:08"-->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:wp="http://wordpress.org/export/1.0/"
>

Answer by Lyra Knox

By clicking “Sign up for GitHub”, you agree to our terms of service and
privacy statement. We’ll occasionally send you account related emails.,

The text was updated successfully, but these errors were encountered:
,Successfully merging a pull request may close this issue.,
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Logged Error 	Warning: SimpleXMLElement::__construct(): Entity: line 6: parser error : Opening and ending tag mismatch: hr line 5 and body in /***/Mage/AdminNotification/Model/Feed.php on line 172
Logged Error 	Warning: SimpleXMLElement::__construct(): </body> in /***/Mage/AdminNotification/Model/Feed.php on line 172
Logged Error 	Warning: SimpleXMLElement::__construct(): ^ in /***/Mage/AdminNotification/Model/Feed.php on line 172
Logged Error 	Warning: SimpleXMLElement::__construct(): Entity: line 7: parser error : Opening and ending tag mismatch: body line 3 and html in /***/Mage/AdminNotification/Model/Feed.php on line 172
Logged Error 	Warning: SimpleXMLElement::__construct(): Entity: line 7: parser error : Premature end of data in tag html line 1 in /***/Mage/AdminNotification/Model/Feed.php on line 172

Answer by Jenesis Bishop

Finden Sie die nächstgelegene Filiale in der Region,Hindeloopen
40 mm4 m60 liter10 JahrAnwendungen:Spielen, (Leicht-) Sport, GartenWeitere Informationen

Error: EntityRef: expecting ';'
Error: EntityRef: expecting ';'
Error: Opening and ending tag mismatch: meta line 72 and head
Error: Opening and ending tag mismatch: meta line 72 and head
Error: Opening and ending tag mismatch: img line 88 and a
Error: Opening and ending tag mismatch: img line 88 and a
Error: Opening and ending tag mismatch: img line 93 and a
Error: Opening and ending tag mismatch: img line 93 and a
Error: Opening and ending tag mismatch: a line 93 and li
Error: Opening and ending tag mismatch: a line 93 and li
Error: Opening and ending tag mismatch: li line 92 and ul
Error: Opening and ending tag mismatch: li line 92 and ul
Error: Opening and ending tag mismatch: ul line 90 and li
Error: Opening and ending tag mismatch: ul line 90 and li
Error: Opening and ending tag mismatch: a line 88 and ul
Error: Opening and ending tag mismatch: a line 88 and ul
Error: Opening and ending tag mismatch: li line 87 and div
Error: Opening and ending tag mismatch: li line 87 and div
Error: Opening and ending tag mismatch: img line 103 and a
Error: Opening and ending tag mismatch: img line 103 and a
Error: Opening and ending tag mismatch: img line 105 and a
Error: Opening and ending tag mismatch: img line 105 and a
Error: Opening and ending tag mismatch: img line 107 and a
Error: Opening and ending tag mismatch: img line 107 and a
Error: Opening and ending tag mismatch: a line 107 and div
Error: Opening and ending tag mismatch: a line 107 and div
Error: xmlParseEntityRef: no name
Error: xmlParseEntityRef: no name
Error: Opening and ending tag mismatch: a line 105 and hgroup
Error: Opening and ending tag mismatch: a line 105 and hgroup
Error: Opening and ending tag mismatch: img line 141 and span
Error: Opening and ending tag mismatch: img line 141 and span
Error: Opening and ending tag mismatch: span line 141 and div
Error: Opening and ending tag mismatch: span line 141 and div
Error: xmlParseEntityRef: no name
Error: xmlParseEntityRef: no name
Error: Opening and ending tag mismatch: div line 140 and header
Error: Opening and ending tag mismatch: div line 140 and header
Error: Opening and ending tag mismatch: img line 175 and a
Error: Opening and ending tag mismatch: img line 175 and a
Error: Opening and ending tag mismatch: a line 174 and div
Error: Opening and ending tag mismatch: a line 174 and div
Error: Opening and ending tag mismatch: img line 180 and div
Error: Opening and ending tag mismatch: img line 180 and div
Error: Opening and ending tag mismatch: img line 186 and div
Error: Opening and ending tag mismatch: img line 186 and div
Error: Opening and ending tag mismatch: img line 192 and div
Error: Opening and ending tag mismatch: img line 192 and div
Error: EntityRef: expecting ';'
Error: EntityRef: expecting ';'
Error: EntityRef: expecting ';'
Error: EntityRef: expecting ';'
Error: EntityRef: expecting ';'
Error: EntityRef: expecting ';'
Error: EntityRef: expecting ';'
Error: EntityRef: expecting ';'
Error: EntityRef: expecting ';'
Error: EntityRef: expecting ';'
Error: Opening and ending tag mismatch: img line 239 and span
Error: Opening and ending tag mismatch: img line 239 and span
Error: Opening and ending tag mismatch: span line 239 and div
Error: Opening and ending tag mismatch: span line 239 and div
Error: Opening and ending tag mismatch: img line 244 and span
Error: Opening and ending tag mismatch: img line 244 and span
Error: Opening and ending tag mismatch: span line 244 and div
Error: Opening and ending tag mismatch: span line 244 and div
Error: Opening and ending tag mismatch: img line 249 and span
Error: Opening and ending tag mismatch: img line 249 and span
Error: Opening and ending tag mismatch: span line 249 and div
Error: Opening and ending tag mismatch: span line 249 and div
Error: Opening and ending tag mismatch: img line 254 and span
Error: Opening and ending tag mismatch: img line 254 and span
Error: Opening and ending tag mismatch: span line 254 and div
Error: Opening and ending tag mismatch: span line 254 and div
Error: Opening and ending tag mismatch: img line 264 and p
Error: Opening and ending tag mismatch: img line 264 and p
Error: Opening and ending tag mismatch: img line 264 and div
Error: Opening and ending tag mismatch: img line 264 and div
Error: Opening and ending tag mismatch: img line 264 and div
Error: Opening and ending tag mismatch: img line 264 and div
Error: Opening and ending tag mismatch: p line 264 and div
Error: Opening and ending tag mismatch: p line 264 and div
Error: Opening and ending tag mismatch: img line 270 and span
Error: Opening and ending tag mismatch: img line 270 and span
Error: Opening and ending tag mismatch: span line 270 and div
Error: Opening and ending tag mismatch: span line 270 and div
Error: Opening and ending tag mismatch: img line 276 and div
Error: Opening and ending tag mismatch: img line 276 and div
Error: Opening and ending tag mismatch: img line 281 and p
Error: Opening and ending tag mismatch: img line 281 and p
Error: Opening and ending tag mismatch: br line 282 and h2
Error: Opening and ending tag mismatch: br line 282 and h2
Error: Opening and ending tag mismatch: h2 line 282 and div
Error: Opening and ending tag mismatch: h2 line 282 and div
Error: Opening and ending tag mismatch: img line 290 and span
Error: Opening and ending tag mismatch: img line 290 and span
Error: Opening and ending tag mismatch: span line 290 and div
Error: Opening and ending tag mismatch: span line 290 and div
Error: Opening and ending tag mismatch: img line 291 and span
Error: Opening and ending tag mismatch: img line 291 and span
Error: Opening and ending tag mismatch: span line 291 and div
Error: Opening and ending tag mismatch: span line 291 and div
Error: Opening and ending tag mismatch: img line 292 and span
Error: Opening and ending tag mismatch: img line 292 and span
Error: Opening and ending tag mismatch: span line 292 and div
Error: Opening and ending tag mismatch: span line 292 and div
Error: Opening and ending tag mismatch: img line 293 and span
Error: Opening and ending tag mismatch: img line 293 and span
Error: Opening and ending tag mismatch: span line 293 and div
Error: Opening and ending tag mismatch: span line 293 and div
Error: Opening and ending tag mismatch: img line 294 and span
Error: Opening and ending tag mismatch: img line 294 and span
Error: Opening and ending tag mismatch: span line 294 and div
Error: Opening and ending tag mismatch: span line 294 and div
Error: Opening and ending tag mismatch: img line 295 and span
Error: Opening and ending tag mismatch: img line 295 and span
Error: Opening and ending tag mismatch: span line 295 and div
Error: Opening and ending tag mismatch: span line 295 and div
Error: Opening and ending tag mismatch: img line 304 and div
Error: Opening and ending tag mismatch: img line 304 and div
Error: Opening and ending tag mismatch: input line 308 and div
Error: Opening and ending tag mismatch: input line 308 and div
Error: Specification mandates value for attribute data-columns
Error: Specification mandates value for attribute data-columns
Error: Opening and ending tag mismatch: a line 308 and script
Error: Opening and ending tag mismatch: a line 308 and script
Error: Opening and ending tag mismatch: p line 308 and div
Error: Opening and ending tag mismatch: p line 308 and div
Error: Opening and ending tag mismatch: script line 308 and div
Error: Opening and ending tag mismatch: script line 308 and div
Error: Opening and ending tag mismatch: img line 310 and div
Error: Opening and ending tag mismatch: img line 310 and div
Error: Opening and ending tag mismatch: img line 320 and div
Error: Opening and ending tag mismatch: img line 320 and div
Error: Opening and ending tag mismatch: img line 323 and div
Error: Opening and ending tag mismatch: img line 323 and div
Error: Opening and ending tag mismatch: img line 326 and div
Error: Opening and ending tag mismatch: img line 326 and div
Error: Opening and ending tag mismatch: img line 329 and div
Error: Opening and ending tag mismatch: img line 329 and div
Error: Opening and ending tag mismatch: img line 332 and div
Error: Opening and ending tag mismatch: img line 332 and div
Error: Opening and ending tag mismatch: img line 335 and div
Error: Opening and ending tag mismatch: img line 335 and div
Error: Opening and ending tag mismatch: img line 338 and div
Error: Opening and ending tag mismatch: img line 338 and div
Error: Opening and ending tag mismatch: img line 341 and div
Error: Opening and ending tag mismatch: img line 341 and div
Error: Opening and ending tag mismatch: img line 344 and div
Error: Opening and ending tag mismatch: img line 344 and div
Error: Opening and ending tag mismatch: img line 347 and div
Error: Opening and ending tag mismatch: img line 347 and div
Error: Opening and ending tag mismatch: img line 350 and div
Error: Opening and ending tag mismatch: img line 350 and div
Error: Opening and ending tag mismatch: img line 353 and div
Error: Opening and ending tag mismatch: img line 353 and div
Error: Opening and ending tag mismatch: img line 365 and div
Error: Opening and ending tag mismatch: img line 365 and div
Error: Opening and ending tag mismatch: br line 368 and strong
Error: Opening and ending tag mismatch: br line 368 and strong
Error: Opening and ending tag mismatch: br line 369 and p
Error: Opening and ending tag mismatch: br line 369 and p
Error: Opening and ending tag mismatch: strong line 368 and div
Error: Opening and ending tag mismatch: strong line 368 and div
Error: Opening and ending tag mismatch: br line 372 and strong
Error: Opening and ending tag mismatch: br line 372 and strong
Error: Opening and ending tag mismatch: img line 374 and p
Error: Opening and ending tag mismatch: img line 374 and p
Error: Opening and ending tag mismatch: br line 373 and div
Error: Opening and ending tag mismatch: br line 373 and div
Error: Opening and ending tag mismatch: br line 376 and strong
Error: Opening and ending tag mismatch: br line 376 and strong
Error: Opening and ending tag mismatch: br line 377 and p
Error: Opening and ending tag mismatch: br line 377 and p
Error: Opening and ending tag mismatch: strong line 376 and div
Error: Opening and ending tag mismatch: strong line 376 and div
Error: Opening and ending tag mismatch: br line 380 and strong
Error: Opening and ending tag mismatch: br line 380 and strong
Error: Opening and ending tag mismatch: img line 381 and a
Error: Opening and ending tag mismatch: img line 381 and a
Error: Opening and ending tag mismatch: img line 382 and a
Error: Opening and ending tag mismatch: img line 382 and a
Error: Opening and ending tag mismatch: img line 383 and a
Error: Opening and ending tag mismatch: img line 383 and a
Error: Opening and ending tag mismatch: a line 383 and p
Error: Opening and ending tag mismatch: a line 383 and p
Error: Opening and ending tag mismatch: br line 382 and div
Error: Opening and ending tag mismatch: br line 382 and div
Error: EntityRef: expecting ';'
Error: EntityRef: expecting ';'
Error: EntityRef: expecting ';'
Error: EntityRef: expecting ';'
Error: EntityRef: expecting ';'
Error: EntityRef: expecting ';'
Error: EntityRef: expecting ';'
Error: EntityRef: expecting ';'
Error: EntityRef: expecting ';'
Error: EntityRef: expecting ';'
Error: Opening and ending tag mismatch: a line 382 and div
Error: Opening and ending tag mismatch: a line 382 and div
Error: Opening and ending tag mismatch: br line 381 and div
Error: Opening and ending tag mismatch: br line 381 and div
Error: Opening and ending tag mismatch: a line 381 and footer
Error: Opening and ending tag mismatch: a line 381 and footer
Error: Opening and ending tag mismatch: strong line 380 and div
Error: Opening and ending tag mismatch: strong line 380 and div
Error: EntityRef: expecting ';'
Error: EntityRef: expecting ';'
Error: Opening and ending tag mismatch: p line 380 and body
Error: Opening and ending tag mismatch: p line 380 and body
Error: Opening and ending tag mismatch: div line 380 and html
Error: Opening and ending tag mismatch: div line 380 and html
Error: AttValue: " or ' expected
Error: AttValue: " or ' expected
Error: attributes construct error
Error: attributes construct error
Error: Couldn't find end of Start Tag span line 483
Error: Couldn't find end of Start Tag span line 483
Error: Opening and ending tag mismatch: span line 529 and script
Error: Opening and ending tag mismatch: span line 529 and script
Error: Opening and ending tag mismatch: span line 528 and html
Error: Opening and ending tag mismatch: span line 528 and html
Error: Premature end of data in tag i line 498
Error: Premature end of data in tag i line 498
Error: Premature end of data in tag script line 426
Error: Premature end of data in tag script line 426
Error: Premature end of data in tag html line 425
Error: Premature end of data in tag html line 425
Error: Premature end of data in tag p line 376
Error: Premature end of data in tag p line 376
Error: Premature end of data in tag div line 376
Error: Premature end of data in tag div line 376
Error: Premature end of data in tag img line 373
Error: Premature end of data in tag img line 373
Error: Premature end of data in tag strong line 372
Error: Premature end of data in tag strong line 372
Error: Premature end of data in tag p line 372
Error: Premature end of data in tag p line 372
Error: Premature end of data in tag div line 372
Error: Premature end of data in tag div line 372
Error: Premature end of data in tag p line 368
Error: Premature end of data in tag p line 368
Error: Premature end of data in tag div line 368
Error: Premature end of data in tag div line 368
Error: Premature end of data in tag div line 367
Error: Premature end of data in tag div line 367
Error: Premature end of data in tag div line 366
Error: Premature end of data in tag div line 366
Error: Premature end of data in tag div line 365
Error: Premature end of data in tag div line 365
Error: Premature end of data in tag footer line 364
Error: Premature end of data in tag footer line 364
Error: Premature end of data in tag div line 340
Error: Premature end of data in tag div line 340
Error: Premature end of data in tag div line 337
Error: Premature end of data in tag div line 337
Error: Premature end of data in tag div line 334
Error: Premature end of data in tag div line 334
Error: Premature end of data in tag div line 331
Error: Premature end of data in tag div line 331
Error: Premature end of data in tag div line 328
Error: Premature end of data in tag div line 328
Error: Premature end of data in tag div line 325
Error: Premature end of data in tag div line 325
Error: Premature end of data in tag div line 322
Error: Premature end of data in tag div line 322
Error: Premature end of data in tag div line 319
Error: Premature end of data in tag div line 319
Error: Premature end of data in tag div line 318
Error: Premature end of data in tag div line 318
Error: Premature end of data in tag div line 316
Error: Premature end of data in tag div line 316
Error: Premature end of data in tag div line 315
Error: Premature end of data in tag div line 315
Error: Premature end of data in tag img line 314
Error: Premature end of data in tag img line 314
Error: Premature end of data in tag div line 313
Error: Premature end of data in tag div line 313
Error: Premature end of data in tag div line 308
Error: Premature end of data in tag div line 308
Error: Premature end of data in tag div line 307
Error: Premature end of data in tag div line 307
Error: Premature end of data in tag div line 305
Error: Premature end of data in tag div line 305
Error: Premature end of data in tag div line 304
Error: Premature end of data in tag div line 304
Error: Premature end of data in tag div line 303
Error: Premature end of data in tag div line 303
Error: Premature end of data in tag div line 291
Error: Premature end of data in tag div line 291
Error: Premature end of data in tag div line 290
Error: Premature end of data in tag div line 290
Error: Premature end of data in tag div line 289
Error: Premature end of data in tag div line 289
Error: Premature end of data in tag div line 287
Error: Premature end of data in tag div line 287
Error: Premature end of data in tag p line 281
Error: Premature end of data in tag p line 281
Error: Premature end of data in tag div line 280
Error: Premature end of data in tag div line 280
Error: Premature end of data in tag div line 279
Error: Premature end of data in tag div line 279
Error: Premature end of data in tag div line 278
Error: Premature end of data in tag div line 278
Error: Premature end of data in tag div line 269
Error: Premature end of data in tag div line 269
Error: Premature end of data in tag div line 268
Error: Premature end of data in tag div line 268
Error: Premature end of data in tag div line 263
Error: Premature end of data in tag div line 263
Error: Premature end of data in tag div line 261
Error: Premature end of data in tag div line 261
Error: Premature end of data in tag div line 242
Error: Premature end of data in tag div line 242
Error: Premature end of data in tag div line 237
Error: Premature end of data in tag div line 237
Error: Premature end of data in tag div line 236
Error: Premature end of data in tag div line 236
Error: Premature end of data in tag div line 234
Error: Premature end of data in tag div line 234
Error: Premature end of data in tag div line 233
Error: Premature end of data in tag div line 233
Error: Premature end of data in tag div line 188
Error: Premature end of data in tag div line 188
Error: Premature end of data in tag div line 179
Error: Premature end of data in tag div line 179
Error: Premature end of data in tag div line 173
Error: Premature end of data in tag div line 173
Error: Premature end of data in tag div line 172
Error: Premature end of data in tag div line 172
Error: Premature end of data in tag a line 102
Error: Premature end of data in tag a line 102
Error: Premature end of data in tag ul line 85
Error: Premature end of data in tag ul line 85
Error: Premature end of data in tag div line 84
Error: Premature end of data in tag div line 84
Error: Premature end of data in tag div line 82
Error: Premature end of data in tag div line 82
Error: Premature end of data in tag hgroup line 81
Error: Premature end of data in tag hgroup line 81
Error: Premature end of data in tag header line 80
Error: Premature end of data in tag header line 80
Error: Premature end of data in tag div line 79
Error: Premature end of data in tag div line 79
Error: Premature end of data in tag body line 75
Error: Premature end of data in tag body line 75
Error: Premature end of data in tag link line 71
Error: Premature end of data in tag link line 71
Error: Premature end of data in tag link line 70
Error: Premature end of data in tag link line 70
Error: Premature end of data in tag link line 69
Error: Premature end of data in tag link line 69
Error: Premature end of data in tag link line 50
Error: Premature end of data in tag link line 50
Error: Premature end of data in tag link line 49
Error: Premature end of data in tag link line 49
Error: Premature end of data in tag link line 48
Error: Premature end of data in tag link line 48
Error: Premature end of data in tag link line 47
Error: Premature end of data in tag link line 47
Error: Premature end of data in tag link line 46
Error: Premature end of data in tag link line 46
Error: Premature end of data in tag link line 45
Error: Premature end of data in tag link line 45
Error: Premature end of data in tag link line 42
Error: Premature end of data in tag link line 42
Error: Premature end of data in tag meta line 37
Error: Premature end of data in tag meta line 37
Error: Premature end of data in tag meta line 36
Error: Premature end of data in tag meta line 36
Error: Premature end of data in tag meta line 35
Error: Premature end of data in tag meta line 35
Error: Premature end of data in tag meta line 34
Error: Premature end of data in tag meta line 34
Error: Premature end of data in tag meta line 33
Error: Premature end of data in tag meta line 33
Error: Premature end of data in tag meta line 32
Error: Premature end of data in tag meta line 32
Error: Premature end of data in tag meta line 31
Error: Premature end of data in tag meta line 31
Error: Premature end of data in tag meta line 30
Error: Premature end of data in tag meta line 30
Error: Premature end of data in tag meta line 28
Error: Premature end of data in tag meta line 28
Error: Premature end of data in tag meta line 27
Error: Premature end of data in tag meta line 27
Error: Premature end of data in tag link line 11
Error: Premature end of data in tag link line 11
Error: Premature end of data in tag link line 10
Error: Premature end of data in tag link line 10
Error: Premature end of data in tag link line 9
Error: Premature end of data in tag link line 9
Error: Premature end of data in tag link line 8
Error: Premature end of data in tag link line 8
Error: Premature end of data in tag meta line 4
Error: Premature end of data in tag meta line 4
Error: Premature end of data in tag meta line 3
Error: Premature end of data in tag meta line 3
Error: Premature end of data in tag head line 2
Error: Premature end of data in tag head line 2
Error: Premature end of data in tag html line 2

Is anyone else experiencing this?  I believe these xml files are auto-updated by Prestashop servers.  I have tried clearing my browser cache, as well as the cache in my back-office, to no avail.  I also tried deleting the below-mentioned xml files, only for them to be regenerated automatically, causing the same errors.  Any other solutions?  These are the errors I’m getting at the moment:

8 errors

  1. Error found : StartTag: invalid element name in country_module_list.xml file.
  2. Error found : Premature end of data in tag badges line 1 in country_module_list.xml file.
  3. Error found : Premature end of data in tag module line 1 in country_module_list.xml file.
  4. Error found : Premature end of data in tag modules line 1 in country_module_list.xml file.
  5. Error found : CData section not finished Allow the purchase of combinations of products wit in must_have_module_list.xml file.
  6. Error found : Premature end of data in tag additional_description line 1 in must_have_module_list.xml file.
  7. Error found : Premature end of data in tag module line 1 in must_have_module_list.xml file.
  8. Error found : Premature end of data in tag modules line 1 in must_have_module_list.xml file.

I’m on 1.6.1.10 and using the latest Firefox browser.

Thanks so much guys and gals!!

Update: 18JAN2017:

Looks like the XML files being automatically downloaded from PrestaShop servers were not valid XML, but it appears that the issues have been resolved as I am no longer getting errors after clearing my cache.


Edited January 18, 2017 by thesigfan

(see edit history)

Понравилась статья? Поделить с друзьями:
  • Ошибка pre на котле будерус
  • Ошибка paypal в 93 квадриллиона
  • Ошибка pattern constraint failed перевод
  • Ошибка path file access error
  • Ошибка patch ruru i mpq