Jump to content

[PrestaShopException] line 837


lamarck

Recommended Posts

Hola.

 

migre a prestashop 1.5.6 y tenia el error solucionado en el siguiente hilo (http://www.prestashop.com/forums/topic/283045-solucionado-no-aparece-las-columnas-tabla-cvs-al-importar/) No me salian todas las columnas en la importcion.

 

Solucionado el problema, ahora cuando importo productos me sale el siguiente error:

[PrestaShopException]

Property Tag->name is not valid
at line 837 in file classes/ObjectModel.php

831.
832.             $message = $this->validateField($field, $this->$field);
833.             if ($message !== true)
834.             {
835.                 if ($die)
836.                     throw new PrestaShopException($message);
837.                 return $error_return ? $message : false;
838.             }
839.         }
840.
841.         return true;

  

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...