Hi,
I have a problem with saving Attributes.
I went to add a value in the manufacturer attribute, but when I clicked on save it gave me this error:
404 Error Page not found.
Tried a different attribute, but the same thing happened.
Does anyone encountered this problem, or know who to fix it?
thanks
Solved! Go to Solution.
Hello @robertbits
Please try to run below commands first:
rm -R var/cache/* var/page_cache/* var/di/* var/generation/* var/view_preprocessed/* pub/static/*
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento setup:di:compile
php bin/magento cache:flush
sudo chmod -R 0777 var/ pub/ var/generation
Now try to save attribute again. Please kudos and mark as solution if it will work for you. Thanks. Cheers coding
Hello @robertbits
Please try to run below commands first:
rm -R var/cache/* var/page_cache/* var/di/* var/generation/* var/view_preprocessed/* pub/static/*
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento setup:di:compile
php bin/magento cache:flush
sudo chmod -R 0777 var/ pub/ var/generation
Now try to save attribute again. Please kudos and mark as solution if it will work for you. Thanks. Cheers coding
thanks mate, it worked fine
@robertbits, Cheers Man