Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Modules Error in Prestashop Admin Panel

Tags:

prestashop

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.**

like image 466
Sazzad Hussain Avatar asked Nov 24 '16 06:11

Sazzad Hussain


2 Answers

The above error occurred in two ways,i.e

  1. 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.

  2. 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.

like image 92
radhanath Avatar answered Sep 25 '22 20:09

radhanath


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.

like image 43
Sandeep kadyan Avatar answered Sep 23 '22 20:09

Sandeep kadyan