Jump to content

[SOLUCIONADO] Error al cambiar la categoría padre


silverpi

Recommended Posts

Buenas a todos!

 

Tengo un problema muy curioso, es que quiero convertir una categoría en subcategoría de otra que ya tengo creada.

 

Lo que hago es editar esa categoría, y elegir una nueva categoría padre. Entonces al darle a guardar, me da el siguiente error:

 

[PrestaShopException]

 

Property Category->date_add 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;

Alguien sabe cómo puedo solucionar esto. Lo raro es que solo me sucede en tres categorías. Muchas gracias!

Edited by silverpi (see edit history)
Link to comment
Share on other sites

Muchas gracias! Se solucionó con esto. :)

Un placer ayudarte y servirte!

 

Si das el tema como solucionado, edita el titulo del tema, editando el primer mensaje, pulsando en editar, y después en "Usar editor completo", añadiendo la palabra "Solucionado" al titulo, esto ayudara, a mantener una mayor organización en el foro.

 

Un saludo y recuerda que estaremos en el foro, para guiarte por este mundo oscuro y tenebroso.

Link to comment
Share on other sites

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