cancel
Showing results for 
Search instead for 
Did you mean: 

New images not showing on front end

New images not showing on front end

When I upload a new product image through my Magento site the image shows up fine in that admin panel, but not on the front end. Note that this started happening recently and only occurs with new images I try to add now. All of the images that already existed prior to this week still work fine.

 

I have been through the list of standard fixes for this, including...

  • Resetting permissions to 755 on directories and 644 on files (I had recently run the Magento backup tool which mucks up permissions)
  • Ran magento cleanup tool just in case
  • Flushed all caches
  • Removed .htaccess file from the media folder
  • Increased PHP memory limit to 512m

The uploaded files are selected as base image/small image/thumbnail so I didn't forget to do that, and they're jpg files well within the acceptable sizes.

 

I have not made any changes to the site recently (no new extensions or anything like that).  I am on Magento 1.8

7 REPLIES 7

Re: New images not showing on front end

Hi moyer921,

 

Have you got any error messages in your exception.log?

Have you tried 777 permissions recursively (This will help identify if its a folder owner and or permissions problem, make sure to set them back after if it doesn't work)?

 

Are the images producing 404 errors or showing the default placeholder image?

 

-Sven

 

Regards
Sven

Re: New images not showing on front end

Hi Sven, thanks for the reply!

 

To answer your questions it is showing the placeholder image instead of the image I have added, not a broken image.

 

I just tried changing the media folder and all subdirectories to 777 and it is still not working.

 

Re: New images not showing on front end

Hi Moyer,

 

Have you checked that the image setting are not been overridden in the store view scope?

 

 

Regards
Sven

Re: New images not showing on front end

Hi passmarketing,

 

How would I do that?

 

I don't think that's the issue but happy to check.

 

EDIT: I have gone into Manage Attributes and changed scope of base image and small image from "Store View" to "global" if that's what you meant, but still have the problem.

Re: New images not showing on front end

Hi Moyer,

 

Yes this is what I meant,

 

 

Is there anything at all showing in your system.log or exception.log? ( you'll find them in your /var/log folder )

 

Without properly debugging the system I can't really help much more I'm afraid.

 

 

 

Regards
Sven

Re: New images not showing on front end

Yeah I just don't get it.  I've gone through every solution I can find.  Nothing in either of those log files.  Media folder is 777.  PHP mem limit is 512M.  GD installed.  Etc etc.

 

It looks like it's not even creating the cache folder at all now.  When I upload a file it uploads fine (for instance if I upload necklace.jpg it creates /public_html/media/catalog/product/n/e/necklace.jpg, as well as the 3 images for base, small, etc.  But it won't create the cache folder.  If I create the cache folder and set it to 777 the folder remains empty.

 

What's also weird is that even if I disabled the caches, the images still don't show up.

Re: New images not showing on front end

Sorry for the late response have you checked the folder ownership?

 

Regards
Sven