flopes1974 Posted September 11, 2018 Share Posted September 11, 2018 Hello everybody, I´m owner of a prestashop 1.6.1.20 shop with almost 1800 itens, and when i try to change the status of the order of Awainting payement to payement accepted give me this error : [PrestaShopException] Property StockMvt->physical_quantity is not validat line 917 in file classes/ObjectModel.php 912. } 913. 914. $message = $this->validateField($field, $this->$field); 915. if ($message !== true) { 916. if ($die) { 917. throw new PrestaShopException($message); 918. } 919. return $error_return ? $message : false; 920. } 921. } 922. ObjectModelCore->validateFields - [line 246 - classes/ObjectModel.php] ObjectModelCore->getFields - [line 487 - classes/ObjectModel.php] ObjectModelCore->add - [line 445 - classes/ObjectModel.php] - [2 Arguments] ObjectModelCore->save - [line 453 - classes/stock/StockManager.php] StockManagerCore->removeProduct - [line 240 - classes/order/OrderHistory.php] - [9 Arguments] OrderHistoryCore->changeIdOrderState - [line 533 - controllers/admin/AdminOrdersController.php] - [3 Arguments] AdminOrdersControllerCore->postProcess - [line 178 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 58 - admin/index.php] Anyone knows how to solve this? thanks in advance Link to comment Share on other sites More sharing options...
nitro89 Posted August 24, 2020 Share Posted August 24, 2020 I have exactly the same issue and no solution... is there any news about this case? Thanks nitro89 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