laplanetevenus Posted March 23, 2013 Share Posted March 23, 2013 prestashop 1.5.3.1 me dit ça je n arrive plus a saisir de produits... [PrestaShopException] Property Product->description_short length (879) must be between 0 and 800 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 637 - classes/ObjectModel.php] - [0 Argument] ObjectModelCore->update - [line 492 - classes/Product.php] - [1 Arguments] ProductCore->update - [line 1688 - controllers/admin/AdminProductsController.php] - [0 Argument] AdminProductsControllerCore->processUpdate - [line 626 - 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 - admindylan/index.php] - [0 Argument] Link to comment Share on other sites More sharing options...
semor Posted March 23, 2013 Share Posted March 23, 2013 Bonjour, La description 'courte' est trop grande, elle dois être entre 0 et 800 alors que la votre fais 879. Avez vous essayer de mettre moins de caractères ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now