Search the Community
Showing results for tags 'csv import error'.
-
Good afternoon, We are trying to import an .xslx (or a .csv, it's irrelevant) with 1000 products approximately, but there's constantly the error of invalid additional_shipping_cost. We've almost have tried everything: empty, 1, 2, 3, other kind of values but nothing works. The mistake that appears is the following: [product] TINTA BRO LC-123 BLACK 20ML (ID: No ID) it can't be saved The property ->additional_shipping_cost is invalid What else could we try? Are we missing something? Any help is welcome. Thank you very much.
-
- import
- import error
- (and 3 more)
-
Hello everyone, i'm currently doing a massive import of a custom database into the new version of prestashop 1.6.0.8 bassically what i'm doing is querying the old database for data.. custom create my .csv than import that into backend of Tools > CSV Import option. curently stuck at categories and i'd like to share a bug ( i think ) i've found. every .csv i tried with categories that i want to import won't import the parent_id of that category IF it is a root_category. take the screens: translates into the database into but if i remove the 1 from is_root_categories the update works and the database looks like this i'd be most than thankful if someone could help me, maybe encountered this problem before or has a fix. Thanks.
- 4 replies
-
- 1.6 import
- csv import error
- (and 3 more)
-
Hi there, while trying to import products from .csv file I receive this kind of error: ABORT: PHP cpu time limit exceeded in ToolsCore::strlen() called at [/classes/Tools.php:1130], in ToolsCore::strlen() called at [/classes/ObjectModel.php:919], in ObjectModelCore::validateField() called at [/classes/ObjectModel.php:833], in ObjectModelCore::validateFields() called at [/classes/ObjectModel.php:264], in ObjectModelCore::getFields() called at [/classes/ObjectModel.php:464], in ObjectModelCore::add() called at [/classes/Product.php:477], in ProductCore::add() called at [/controllers/admin/AdminImportController.php:1284], in AdminImportControllerCore::productImport() called at [/controllers/admin/AdminImportController.php:2697], ..., in ControllerCore::run() called at [/classes/Dispatcher.php:348], in DispatcherCore::dispatch() called at [/art/index.php:50] Any idea what might be causing this? My file is not huge, it's only 2,5k products long. Best, Pawel