Jump to content

Error Acces to Back Office


Rodrigo Garrido

Recommended Posts

Help me !!! PLEASE

Hay varios errores.

  1. Error encontrado: CData section not finished A& en archivo country_module_list.xml.
  2. Error encontrado: Premature end of data in tag description line 1 en archivo country_module_list.xml.
  3. Error encontrado: Premature end of data in tag module line 1 en archivo country_module_list.xml.
  4. Error encontrado: Premature end of data in tag modules line 1 en archivo country_module_list.xml.
Link to comment
Share on other sites

a Prestashop servers gaved corrupt XMLS. Now, temporary solution:

delete the xmls listed , and update classes / tools php (then Prestashop will solve that error, you can turn it on

protected static $is_addons_up = FALSE;
    public static function addonsRequest($request, $params = array())
    {
        return false;
        if (!self::$is_addons_up) {
            return false;
Edited by satkauskas (see edit history)
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...