cancel
Showing results for 
Search instead for 
Did you mean: 

save attribute generate 404 error page not found

SOLVED

save attribute generate 404 error page not found

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

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: save attribute generate 404 error page not found

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 Smiley Happy

 

Manish Mittal
https://www.manishmittal.com/

View solution in original post

3 REPLIES 3

Re: save attribute generate 404 error page not found

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 Smiley Happy

 

Manish Mittal
https://www.manishmittal.com/

Re: save attribute generate 404 error page not found

@Manish Mittal

thanks mate, it worked fine Smiley Wink

Re: save attribute generate 404 error page not found

@robertbits, Cheers Man Smiley Happy

Manish Mittal
https://www.manishmittal.com/