cancel
Showing results for 
Search instead for 
Did you mean: 

Magento not loading after change of product attribute default name

SOLVED

Magento not loading after change of product attribute default name

After going to "Stores > Attributes > Product" and changing the default label of the product attribute "Visibility" to its German translation "Sichtbarkeit", Magento shows a message "Saving changes" without doing anything.

 

Manually editing the label in the magento database also does not work properly.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento not loading after change of product attribute default name

Hi,

 

Please run re-indexer after editing the product attributes. 

1. Go to the Magento root directory

2. Execute "php bin/magento indexer:reindex"

3. Clear the cache

4. You are done

Note: you can reindex only product grid check Magento CLI documentation for more detail. 

 

View solution in original post

1 REPLY 1

Re: Magento not loading after change of product attribute default name

Hi,

 

Please run re-indexer after editing the product attributes. 

1. Go to the Magento root directory

2. Execute "php bin/magento indexer:reindex"

3. Clear the cache

4. You are done

Note: you can reindex only product grid check Magento CLI documentation for more detail.