cancel
Showing results for 
Search instead for 
Did you mean: 

Cleared cache and now images don't show?

Cleared cache and now images don't show?

Hello everyone.

 

I am working on a local version of a Magento website; carrying on from what the previous employee was working on. I cleared my cache this morning and now on the local website, the images now fail to display.

 

Is there a way to reverse this? Or to get the images showing again?

 

Thanks.

1 REPLY 1

Re: Cleared cache and now images don't show?

Hi,

 

Check if you have the right permissions on media folder, if don't this commands will set the right permissions.

Run it on magento root folder.

 

 

find media/ -type f -exec chmod 600 {} \;
find media/ -type d -exec chmod 700 {} \;

You can check further info on documentation page

 

Problem solved? Click Accept as Solution!
Still stuck? Check out our documentation: http://magento.com/help/documentation