nayll Posted January 10, 2014 Share Posted January 10, 2014 working with csv files getting ready to upload products to store. I have 12 or so products manually loaded inside back office. I used the export your file for an example. Played with that for testing, couldn't get presta to import it, finally got it too, but all data was forced into the name field?? so I did a test, I exported the example file, then re-uploaded it without touching it, it failed? whats up this? it was the file presta generated, shouldn't it have imported without a problem? here is what it said. Any clue as to what this means? is it my domain [PrestaShopException]Property ProductSupplier->id_product is not validat line 837 in file classes/ObjectModel.php 831. 832. $message = $this->validateField($field, $this->$field);833. if ($message !== true)834. {835. if ($die)836. throw new PrestaShopException($message);837. return $error_return ? $message : false;838. }839. }840. 841. return true; ObjectModelCore->validateFields - [line 255 - classes/ObjectModel.php] - [0 Argument] ObjectModelCore->getFields - [line 455 - classes/ObjectModel.php] - [0 Argument] ObjectModelCore->add - [line 417 - classes/ObjectModel.php] - [2 Arguments] ObjectModelCore->save - [line 1458 - controllers/admin/AdminImportController.php] - [0 Argument] AdminImportControllerCore->productImport - [line 3005 - controllers/admin/AdminImportController.php] - [0 Argument] AdminImportControllerCore->postProcess - [line 158 - classes/controller/Controller.php] - [0 Argument] ControllerCore->run - [line 348 - classes/Dispatcher.php] - [0 Argument] DispatcherCore->dispatch - [line 53 - admin123/index.php] - [0 Argument] Link to comment Share on other sites More sharing options...
sooroos Posted February 18, 2014 Share Posted February 18, 2014 i assume you use ps 1.5.6.2. the import tool is messed up like hell 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