android12 Posted September 13, 2015 Share Posted September 13, 2015 (edited) Trying to import combinations but getting this [PrestaShopException]Property Combination->upc is not validat line 909 in file core/www/core_1.6.1.1/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 - core/www/core_1.6.1.1/classes/ObjectModel.php] ObjectModelCore->getFields - [line 487 - core/www/core_1.6.1.1/classes/ObjectModel.php] ObjectModelCore->add - [line 138 - core/www/core_1.6.1.1/classes/Combination.php] - [2 Arguments] CombinationCore->add - [line 1652 - core/www/core_1.6.1.1/classes/Product.php] ProductCore->addAttribute - [line 1377 - core/www/core_1.6.1.1/classes/Product.php] - [13 Arguments] ProductCore->addCombinationEntity - [line 2308 - core/www/core_1.6.1.1/controllers/admin/AdminImportController.php] - [16 Arguments] AdminImportControllerCore->attributeImport - [line 3503 - core/www/core_1.6.1.1/controllers/admin/AdminImportController.php] AdminImportControllerCore->postProcess - [line 178 - core/www/core_1.6.1.1/classes/controller/Controller.php] ControllerCore->run - [line 367 - core/www/core_1.6.1.1/classes/Dispatcher.php] DispatcherCore->dispatch - [line 58 - core/www/core_1.6.1.1/admin/index.php] include_once - [line 100 - core/www/index.php] - [1 Arguments] include_once - [line 26 - home/pca6234232/www/admin/index.php] - [1 Arguments] ANY IDEAS? Edited September 13, 2015 by android12 (see edit history) Link to comment Share on other sites More sharing options...
0 android12 Posted September 13, 2015 Author Share Posted September 13, 2015 (edited) Nevermind, The columns were not lining up with titles Edited September 13, 2015 by android12 (see edit history) Link to comment Share on other sites More sharing options...
Question
android12
Trying to import combinations but getting this
Property Combination->upc is not valid
at line 909 in file core/www/core_1.6.1.1/classes/ObjectModel.php
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 - core/www/core_1.6.1.1/classes/ObjectModel.php]
-
ObjectModelCore->getFields - [line 487 - core/www/core_1.6.1.1/classes/ObjectModel.php]
-
ObjectModelCore->add - [line 138 - core/www/core_1.6.1.1/classes/Combination.php] - [2 Arguments]
-
CombinationCore->add - [line 1652 - core/www/core_1.6.1.1/classes/Product.php]
-
ProductCore->addAttribute - [line 1377 - core/www/core_1.6.1.1/classes/Product.php] - [13 Arguments]
-
ProductCore->addCombinationEntity - [line 2308 - core/www/core_1.6.1.1/controllers/admin/AdminImportController.php] - [16 Arguments]
-
AdminImportControllerCore->attributeImport - [line 3503 - core/www/core_1.6.1.1/controllers/admin/AdminImportController.php]
-
AdminImportControllerCore->postProcess - [line 178 - core/www/core_1.6.1.1/classes/controller/Controller.php]
-
ControllerCore->run - [line 367 - core/www/core_1.6.1.1/classes/Dispatcher.php]
-
DispatcherCore->dispatch - [line 58 - core/www/core_1.6.1.1/admin/index.php]
-
include_once - [line 100 - core/www/index.php] - [1 Arguments]
-
include_once - [line 26 - home/pca6234232/www/admin/index.php] - [1 Arguments]
Edited by android12 (see edit history)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