Jump to content

Trying to add new products


Recommended Posts

I am trying to setup my [spam-filter]s shop and whether I try to edit a previously listed product or add a new one, I am getting this error. This just happened in the last few days, things were working previously, and I only have edited the global.css file to change some colors. Not sure why all of a sudden this has changed.

 

Property Product->description_short length (22) must be between 0 and 15

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.

Link to comment
Share on other sites

I actually figured out my own issue. Not realizing it at first I had changed the short description to 15 characters, so any new products it would error if you go over the 15. (which included editing ones, and the other languages).

Once I made changes to the products short description, everything is fine.

Link to comment
Share on other sites

×
×
  • Create New...