Si al iniciar sesión en el panel de control de tu tienda prestashop te aparecen estos errores:
- Error found : CData section not finished http://addons.prestashop.com/es/pago-tarjeta-carte in must_have_module_list.xml file.
- Error found : Premature end of data in tag url 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.
Solución
Según he leído por internet la solución que es borrar o renombrar el fichero:
/config/xml/must_have_module_list.xml
He hecho un script en php para borrar ese fichero sin necesidad de entrar por FTP, sé que no es la solución definitiva, pero sirve para salir del paso y lo puede usar cualquier persona que no sea técnica.
Instalación
1- Copia y pega este código php en un fichero llamado: fix_admin.php
2- Sube el fichero en la raíz de tu tienda prestashop.
3- Para ejecutarlo, accede desde el navegador:
tu-dominio.com/fix_admin.php
4- Ya deberías poder entrar en el panel de control de prestashop sin problema.