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

SW 6.0.0.ea1.1: Column "auto_increment" got removed from products #22

Open
mo-mueller opened this issue Sep 5, 2019 · 3 comments
Open

Comments

@mo-mueller
Copy link

mo-mueller commented Sep 5, 2019

When I start the product indexer I'm getting the following error:

TypeError: Cannot read property 'toString' of undefined
    at configurable (.../vsf-shopware-indexer/src/modules/product/template.js:34:28)
    at transformedProduct (.../vsf-shopware-indexer/src/modules/product/transformer.js:182:33)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)

Thats because the product attribute "auto_increment" does not exists anymore in SW 6.0.0.ea1.1

@mitelg
Copy link

mitelg commented Sep 5, 2019

FYI: this has been reverted in the meantime and will be part of the EA2 again:
https://github.com/shopware/platform/blob/master/src/Core/Content/Product/ProductDefinition.php#L117

@mo-mueller
Copy link
Author

Ah ok. So I have to wait for EA2 to use vue storefront? Or will there be a temporary fix?

@mitelg
Copy link

mitelg commented Sep 6, 2019

If the awesome vueStorefront guys do not supply a workaround for that specific EA1.1 version, I simply would wait for the next EA version.
You could of course use the dev version of Shopware 6, to always have the latest changes

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

2 participants