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

Smile Related Category Attributes not saving after new migration #1593

Closed
jesse-thomas opened this issue Oct 24, 2019 · 3 comments
Closed

Smile Related Category Attributes not saving after new migration #1593

jesse-thomas opened this issue Oct 24, 2019 · 3 comments
Labels

Comments

@jesse-thomas
Copy link

After running data migration on a fresh install (2.3.3) Category Attributes from the smile module will not save

Ex :
In the admin when changing the value for "Use Category Name in product search", "Virtual Category" (and related fields) then clicking save. The data for those fields is not saved. Other fields save fine, the success message is displayed and no errors are in the logs.

Additional context
I have an older install 2.3.2 that works as well as a clean install (without migrated data) that works.
I have cleared all cache and reindexed.

Any suggestions as to why these attributes would fail to save?

@jesse-thomas
Copy link
Author

jesse-thomas commented Oct 24, 2019

I have compared eav_attrinute and catalog_eav_attribute without finding any differences.

@jesse-thomas jesse-thomas changed the title Category Attributes not saving after new migration Smile Related Category Attributes not saving after new migration Oct 24, 2019
@jesse-thomas
Copy link
Author

if anyone has this issue, it can be fixed (worked around) in the eav_entity_attribute table. The data migration script created a new eav_attribute_set for categories (entity_type_id = 3 for me) and it conflicts with the original attribute set. Adding the smile attributes to the set that is missing them makes things work as expected. I dont think it has anything to do with Smile's code and probably affects other modules as well.

Not to trace it back to the source.

@jesse-thomas
Copy link
Author

found it
magento/data-migration-tool#664

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

No branches or pull requests

1 participant