akeneo / pim-community-dev

[Community Development Repository] The open source Product Information Management (PIM)
http://www.akeneo.com
Other
951 stars 516 forks source link

Getting error while importing and exporting #5013

Closed wakqasahmed closed 7 years ago

wakqasahmed commented 8 years ago

I'm asking a Question

PRODUCT IMPORT [Semantical Error] line 0, col 125 near 'attribute = 29': Error: Class Pim\Component\Catalog\Model\ProductValue has no field or association named attribute

PRODUCT EXPORT No mapping found for field 'attribute' on class 'Pim\Component\Catalog\Model\ProductValue'.

While investigating, i found out that my identifier (sku) is the one causing problem for some reason. Tried to delete and recreated the attribute but no luck. Any idea what might be wrong?

BTW, product creation from UI is fine but producing the same error while exporting.

Please help. Thanks

wakqasahmed commented 8 years ago

CustomEntityBundle was the culprit. Was i doing something wrong trying to make CustomEntityBundle work with akeneo v1.6?

fitn commented 8 years ago

Hi @wakqasahmed

Could you give me more explanation about your error? The CustomEntityBundle is already compatible with Akeneo PIM 1.6 but we maybe missed to tests some features.

Regards,

wakqasahmed commented 7 years ago

Well, its not in my requirement list so will check it out once i get some free time. If you have tested it and want me to close the issue, I am happy to do that (will reopen if could reproduce).

Thank You