You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am currently trying PimGento2 and when I run a family variant by Magento 2 interface I receive the following message:
[20:49:32] SQLSTATE[42S22]: Column not found: 1054 Unknown column 'p.family_variant' in 'on clause', query was: UPDATE pimgento_variant AS p LEFT JOIN tmp_pimgento_entities_variant_family AS f ON p.family_variant = f.code SET p.axis = f._axis
Actually, I skipped the product model import with PimGento because CSV product model export with Akeneo's sample did not work. I am going to fix this error first and afterwards I'll try your flow.
Thanks!
Hi,
I am currently trying PimGento2 and when I run a family variant by Magento 2 interface I receive the following message:
[20:49:32] SQLSTATE[42S22]: Column not found: 1054 Unknown column 'p.family_variant' in 'on clause', query was: UPDATE
pimgento_variant
ASp
LEFT JOINtmp_pimgento_entities_variant_family
ASf
ON p.family_variant = f.code SETp
.axis
=f
._axis
Configuration:
Magento 2.2.3
Akeneo 2.2
Pimgento 100.3.2
What's wrong?
Thanks!
The text was updated successfully, but these errors were encountered: