Czarekplpl Posted September 8, 2016 Share Posted September 8, 2016 Witam. Jak zmieniam status na status który ma zaznaczone zaznaczony check box Set the order as shipped dostaje taki błąd: [PrestaShopException] Property StockMvt->physical_quantity is not valid at line 909 in file classes/ObjectModel.php 904. } 905. 906. $message = $this->validateField($field, $this->$field); 907. if ($message !== true) { 908. if ($die) { 909. throw new PrestaShopException($message); 910. } 911. return $error_return ? $message : false; 912. } 913. } 914. 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 437 - classes/stock/StockManager.php] StockManagerCore->removeProduct - [line 241 - classes/order/OrderHistory.php] - [9 Arguments] OrderHistoryCore->changeIdOrderState - [line 530 - 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] Czy ktoś wie jak to naprawić? Link to comment Share on other sites More sharing options...
0 adrian99 Posted September 9, 2016 Share Posted September 9, 2016 Nie spotkałem się z tym problemem, ale spróbuj testowo nadpisać z czystej pobranej presty cały folder classes/ lub plik classes/ObjectModel.php jeśli z nowszej nic to nie da spróbuj ze starszej, a nóż ci to pomoże. Link to comment Share on other sites More sharing options...
Question
Czarekplpl
Witam.
Jak zmieniam status na status który ma zaznaczone zaznaczony check box Set the order as shipped dostaje taki błąd:
Czy ktoś wie jak to naprawić?
Link to comment
Share on other sites
1 answer to this question
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