Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on import: 1052: Column product_id in on clause is ambiguous on setUIrlRewrite function #670

Open
denniselgentos opened this issue Dec 11, 2023 · 0 comments

Comments

@denniselgentos
Copy link

While importing products there is a error occuring on the Set Url Rewrite function:

image

In version 103.x.x it's working properly. In version 104.x.x it's not working properly.

The error is coming from:
https://github.com/akeneo/magento2-connector-community/blob/master/Job/Product.php#L3671C29-L3671C55

 $productsSelect
->joinInner(
    ['pw' => $productWebsiteTable],
    '_entity_id = product_id',
    []
)
->where('website_id = ?', $store['website_id']);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant