Jump to content

Jack7

Members
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • First Name
    Jack
  • Last Name
    Nedo

Jack7's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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 valid at 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]
×
×
  • Create New...