OL-SE Posted July 5, 2016 Share Posted July 5, 2016 Hallo alle miteinander. Ich habe meine Artikelliste in Excel um den Lagerbestand ergänzt. Vorher hat der CSV-Import super funktioniert doch jetzt kommt ein Fehler den ich nicht verstehe: [PrestaShopException] Property StockMvt->price_te 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 196 - classes/stock/StockManager.php] - StockManagerCore->addProduct - [line 1946 - controllers/admin/AdminImportController.php] - [7 Arguments] - AdminImportControllerCore->productImport - [line 3503 - controllers/admin/AdminImportController.php] - AdminImportControllerCore->postProcess - [line 178 - classes/controller/Controller.php] - ControllerCore->run - [line 367 - classes/Dispatcher.php] - DispatcherCore->dispatch - [line 58 - admin/index.php] Kann mir irgendjemand dabei weiterhelfen? Es muss ja irgendwie am Lagerbestand liegen. Danke und Gruß Stefan 1 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