cancel
Showing results for 
Search instead for 
Did you mean: 

Product attributes missing in admin after data migration

SOLVED

Product attributes missing in admin after data migration

Hi all,

After a data migration from magento 1.8.1.0 to magento 2.2.2, we can see product attributes only in database while they missing in admin section.

 

Could you help, please?

 

Kind Regards

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Product attributes missing in admin after data migration

The solution was that attributes importated with data migration tool, have is_visible flag set to 0 in catalog_eav_attribute table. When I had update it to 1 and after reindex, I was able to see it in magento backend.

View solution in original post

4 REPLIES 4

Re: Product attributes missing in admin after data migration

Just run indexer command from command line to get changes of your admin panel,

 

Go to your magento root folder using CLI,

run below command,

 

php bin/magento indexer:reindex
php bin/magento cache:flush

 

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Product attributes missing in admin after data migration

Hi Rakesh,

thank you for your answer but, reindex anche clean cache doesn't works

Re: Product attributes missing in admin after data migration

The solution was that attributes importated with data migration tool, have is_visible flag set to 0 in catalog_eav_attribute table. When I had update it to 1 and after reindex, I was able to see it in magento backend.

Re: Product attributes missing in admin after data migration

I noticed some attributes not assigned to attribute sets which were in general group