cancel
Showing results for 
Search instead for 
Did you mean: 

Product not save in magento admin

Product not save in magento admin

Admin product saves show error in Magento 2.2.6 and shows ajax loader

 

error true
attribute name
messages The value of the attribute Product Name must be set

 

 

1 REPLY 1

Re: Product not save in magento admin

Hi @Anees Magento,

Make sure that you code is deployed properly.

Try once the following commands once in the sequence.

chmod -R 0777 var/ pub/ generated/
rm -rf var/cache/* var/view_preprocessed/* generated/* pub/static/*
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
php bin/magento indexer:reindex
chmod -R 0777 var/ pub/ generated/

I hope it will help you!