Reputation: 321
There is no modules installed line UPS but still getting errors.
Errors:
**Error found : CData section not finished The UPS module can handle the shipping via UPS Ge in must_have_module_list.xml file.
Error found : Premature end of data in tag description line 1 in must_have_module_list.xml file.
Error found : Premature end of data in tag module line 1 in must_have_module_list.xml file.
Error found : Premature end of data in tag modules line 1 in must_have_module_list.xml file.**
Upvotes: 5
Views: 13510
Reputation: 1273
try delete must_have_module_list.xml
(in xampp/htdocs/prestashop/config/xml/ folder)
Upvotes: 3
Reputation: 5556
I had the same problem , I solved by going to config/xml file
deleted all the files and rebuild the app everything should work :
reference from prestashop docs.
It would seem an error occurred while those XML files were being downloaded from PrestaShop and they got cut off. Just delete those XML files from the config/xml directory and they should be redownloaded.
Upvotes: 1
Reputation: 186
Try this
Just rename the below mention both file files:
default_country_modules_list.xml
must_have_modules_list.xml
and reload the page. Now you can access the admin panel.
Upvotes: 6
Reputation: 61
The above error occurred in two ways,i.e
Error in while login in admin. Answer:
a->Rename your own customize module if you have add any others modules.
b->Remove two files i.e(default_country_modules_list.xml
, must_have_modules_list.xml
) from your config/xml folder, please make sure backup these two files before removing.
Error in Admin panel in module section. Answer: Only Remove two files i.e(default_country_modules_list.xml
, must_have_modules_list.xml
) from your config/xml
folder,please make sure backup these two files before removing.
I hope above are help full to you.
Thanks.
Upvotes: 6
Reputation: 31
I have try my own step, and it's successfull.
Upvotes: 3
Reputation: 568
That error refers to a dependency of other installed module. Anyway, the problem is a wrong structure of the XML. So, find this XML file inside all your "modules" folder. When you find it (probably inside an old unistalled module) just rename it or delete it.
Good luck
Upvotes: 1