tcosner Posted January 12, 2013 Share Posted January 12, 2013 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. ObjectModelCore->validateFieldsLang - [line 660 - classes/Product.php] - [2 Arguments] ProductCore->validateFieldsLang - [line 305 - classes/ObjectModel.php] - [0 Argument] ObjectModelCore->getFieldsLang - [line 489 - classes/ObjectModel.php] - [0 Argument] ObjectModelCore->add - [line 477 - classes/Product.php] - [2 Arguments] ProductCore->add - [line 1584 - controllers/admin/AdminProductsController.php] - [0 Argument] AdminProductsControllerCore->processAdd - [line 629 - classes/controller/AdminController.php] - [0 Argument] AdminControllerCore->processSave - [line 541 - classes/controller/AdminController.php] - [0 Argument] AdminControllerCore->postProcess - [line 1171 - controllers/admin/AdminProductsController.php] - [0 Argument] AdminProductsControllerCore->postProcess - [line 158 - classes/controller/Controller.php] - [0 Argument] ControllerCore->run - [line 348 - classes/Dispatcher.php] - [0 Argument] DispatcherCore->dispatch - [line 50 - admin5654/index.php] - [0 Argument] Link to comment Share on other sites More sharing options...
tcosner Posted January 12, 2013 Author Share Posted January 12, 2013 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 More sharing options...
Recommended Posts