Jump to content

[Solucionado] Error al modificar categoria de un producto


Safren

Recommended Posts

Intento modificar la categoria de un producto para sacarlo de los productos destacados de la portada però me da el siguiente error:

 

 

[PrestaShopException]

Property Product->description_short length (303) must be between 0 and 300
at line 872 in file classes/ObjectModel.php

866.
867.                 $message = $this->validateField($field, $value, $id_lang);
868.                 if ($message !== true)
869.                 {
870.                     if ($die)
871.                         throw new PrestaShopException($message);
872.                     return $error_return ? $message : false;
873.                 }
874.             }
875.         }
876.
Edited by Safren (see edit history)
Link to comment
Share on other sites

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