'Woger Posted February 11, 2015 Share Posted February 11, 2015 When I try to set a specific order to sent I get this error: [PrestaShopException]Property Stock->physical_quantity is not validat line 866 in file classes/ObjectModel.php 861.862. $message = $this->validateField($field, $this->$field);863. if ($message !== true)864. {865. if ($die)866. throw new PrestaShopException($message);867. return $error_return ? $message : false;868. }869. }870.871. return true; ObjectModelCore->validateFields - [line 272 - classes/ObjectModel.php] ObjectModelCore->getFields - [line 625 - classes/ObjectModel.php] ObjectModelCore->update - [line 101 - classes/stock/Stock.php] - [1 Arguments] StockCore->update - [line 276 - classes/stock/StockManager.php] StockManagerCore->removeProduct - [line 218 - classes/order/OrderHistory.php] - [7 Arguments] OrderHistoryCore->changeIdOrderState - [line 519 - controllers/admin/AdminOrdersController.php] - [3 Arguments] AdminOrdersControllerCore->postProcess - [line 171 - classes/controller/Controller.php] ControllerCore->run - [line 374 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 54 - admin/index.php]How do I debug this? I found in an older post that it has something to do with the stock. I have set the amount to advanced and manually for all the included items.Prestashop is version 1.6.0.11 Thanks,Roger Link to comment Share on other sites More sharing options...
salserin Posted April 28, 2015 Share Posted April 28, 2015 same problem !?You have found a solution? Link to comment Share on other sites More sharing options...
'Woger Posted May 19, 2015 Author Share Posted May 19, 2015 Here also, Can't figure out the problem. Can't change the status to anything else. Link to comment Share on other sites More sharing options...
'Woger Posted May 19, 2015 Author Share Posted May 19, 2015 Hold on. If I turn off advanced stock management for a specific item, it works. 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