Getting Error - Exception: Call to a member function getIdProductAbstract() on null in
I am trying to import combined product csv file but when I run import I ma getting error
Error - Exception: Call to a member function getIdProductAbstract() on null
in /data/src/Pyz/Zed/DataImport/Business/Model/ProductAbstractStore/Writer/ProductAbstractStorePropelDataSetWriter.php (69)
Below Is the configuration of import
version: 0actions: - data_entity: combined-product-abstract source: data/import/common/common/local/combined_product_local.csv - data_entity: combined-product-abstract-store source: data/import/common/common/local/combined_product_local.csv - data_entity: combined-product-concrete source: data/import/common/common/local/combined_product_local.csv - data_entity: combined-product-image source: data/import/common/common/local/combined_product_local.csv - data_entity: combined-product-price source: data/import/common/common/local/combined_product_local.csv - data_entity: combined-product-stock source: data/import/common/common/local/combined_product_local.csv - data_entity: product-approval-status source: data/import/common/common/local/product_approval_status.csv
This is how I've configured sku
Answers
-
fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,075 ⚖️ - Guardians (admin)
Heyhey @mk00559179 ,
if you look at the code line from the exception you will find the following:
SpyProductAbstractQuery::create()->findOneBySku($productAbstractSku)->getIdProductAbstract();
As you see - the problem is that there is nproduct-abstract with that SKU yet at that stage. This is where you need to start looking and solve the problem first.
Hope this guides you into the right direction.
All the best,
Florian
0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 75 Spryker News
- 919 Developer Corner
- 779 Spryker Development
- 89 Spryker Dev Environment
- 362 Spryker Releases
- 3 Oryx frontend framework
- 34 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 25 Job Opportunities
- 3.2K 📜 Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 69 Spryker Safari Questions
- 50 Random