fabrizti Posted January 2, 2013 Share Posted January 2, 2013 Bonjour, je besoin d'aide, je suis en train de développer un site en local et ayant commencer sur 1.5.2 j'ai mis à jour en 1.5.3. J'ai désormais ce message d'erreur quand j'essaie de dupliquer un produit. Si quelqu'un peut m'aider ... Merci d'avance [PrestaShopException] Property Product->link_rewrite is not valid 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 485 - controllers/admin/AdminProductsController.php] - [0 Argument] AdminProductsControllerCore->processDuplicate - [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 - adminclim/index.php] - [0 Argument] Link to comment Share on other sites More sharing options...
imachine Posted January 14, 2013 Share Posted January 14, 2013 (edited) I too have this error when inside Products list I choose to disable a visibility of a particular product by clicking the "tick" or "cross" icon next to the product name in the product list. 1.5.3.1 here. Despite the error, the product in mentioning disables/enables correctly - after I refresh the product list, I can see change has occured. Edited January 14, 2013 by imachine (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts