Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Images keep disappearing


torrent

Recommended Posts

Recently my category and product images started to go missing in high numbers from my site. Typically it's the products in a given category - if the category image disappears most of the products in that category will have missing images as well. I noticed that the image names continue to exist in the admin panel but it says "IMAGE DOES NOT EXIST". I read about a bug that caused images to drop when you edit a product so I applied the patch for that in hopes that that was the cause but it is still happening, even when products are not edited. Less than a week ago I re-uploaded all the missing images and confirmed that there were all working and tonight they are gone again...

 

Any Ideas would be greatly appreciated!

Link to comment
Share on other sites

Set permissions on your images directory (or wherever you're storing your images) to 755

 

Check your site here for security problems.

 

If you have get a warning that your image directy isn't secure.. create this .htaccess file and put it in your images directory

 

<FilesMatch "\.(php([0-9]|s)?|s?p?html|cgi|pl|exe)$">
  Order Deny,Allow
  Deny from all
</FilesMatch>

Link to comment
Share on other sites

  • 5 weeks later...

Set permissions on your images directory (or wherever you're storing your images) to 755

 

Check your site here for security problems.

 

If you have get a warning that your image directy isn't secure.. create this .htaccess file and put it in your images directory

 

<FilesMatch "\.(php([0-9]|s)?|s?p?html|cgi|pl|exe)$">
  Order Deny,Allow
  Deny from all
</FilesMatch>

Thanks for your help! I put the .htaccess in the images dir. and also set permissions of the entire site to 755 but its still telling me that my image dir. is not secure...any ideas?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...