Jack7 Posted February 21, 2017 Share Posted February 21, 2017 Hi everyone! Does anybody have any idea where is the problem? I am trying to update products throught CSV Import and it end with the error below. Lately we moved our eshop to new hosting. Before then it never happened. The eshop is on 1.6.0.14 version of Prestashop. Thank you for your ideas! Property SpecificPrice->reduction is not validat line 872 in file classes/ObjectModel.php 867.868. $message = $this->validateField($field, $this->$field);869. if ($message !== true)870. {871. if ($die)872. throw new PrestaShopException($message);873. return $error_return ? $message : false;874. }875. }876.877. return true; ObjectModelCore->validateFields - [line 278 - classes/ObjectModel.php] ObjectModelCore->getFields - [line 486 - classes/ObjectModel.php] ObjectModelCore->add - [line 96 - classes/SpecificPrice.php] - [2 Arguments] SpecificPriceCore->add - [line 313 - classes/SpecificPriceRule.php] SpecificPriceRuleCore::applyRuleToProduct - [line 139 - classes/SpecificPriceRule.php] - [3 Arguments] SpecificPriceRuleCore->apply - [line 160 - classes/SpecificPriceRule.php] - [1 Arguments] SpecificPriceRuleCore::applyAllRules - [line 973 - classes/Product.php] - [1 Arguments] ProductCore->updateCategories - [line 1741 - controllers/admin/AdminImportController.php] - [1 Arguments] AdminImportControllerCore->productImport - [line 3341 - controllers/admin/AdminImportController.php] AdminImportControllerCore->postProcess - [line 171 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] 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