- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Changes don't show on front-end site
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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content