cancel
Showing results for 
Search instead for 
Did you mean: 

Changes don't show on front-end site

SOLVED

Changes don't show on front-end site

Hello, Everyone.

I'm stuck with this error. In product_catalog, i've been changing the html content for each product. After i save the product, the changes don't appear on the site.

 

I tried using the following code to reset the index and clear cache, but nothing changed. 

php bin/magento indexer:reindexphp 
php bin/magento cache:clear

Does anyone know how to fix this so i can update my site content?

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Changes don't show on front-end site

Solved. it was a issue with the product attribute, it was set to single store. Just changed to global and it works now.

 

Sorry and thanks for the help.

View solution in original post

3 REPLIES 3

Re: Changes don't show on front-end site

Hi @nilson_prohni,

Might be cache not flushed properly.

Try
php bin/magento cache:flush

If still not works then manually remove
var/cache folder from root magento folder once.

I hope it will help you!

Re: Changes don't show on front-end site

Hello, Kumar, and thank you for the reply.

 

i tried cache:clear, cache:flush, c:c, and no changes.

 

Deleting the folder also did'nt work. If i'm filling the content in a new product, it appears, but only the first time. I can't make changes after the first save.

Re: Changes don't show on front-end site

Solved. it was a issue with the product attribute, it was set to single store. Just changed to global and it works now.

 

Sorry and thanks for the help.