@michaelwechner, before I explain where I am, do this; In your product admin page, do right-click properties over the images that does not show, check that the path to the image is correct. I had this issue too. Once you fix that, you will probably be where I am below...
I have much the same problem. I however can see them in admin after some messing about, just not on main site.
In admin setup I have;
Image base URL:
http://www.domain.co.uk/images/Image base path: /usr/local/websites/www.domain.co.uk/images
If I upload an image I can see it in the right directory and it shows in admin, as in;
http://www.domain.co.uk/images/pig.png, which is actually;
/usr/local/websites/www.domain.co.uk/images/pig.png
fine to here, makes sense.
When I look on the main site I see nothing. If i view the source I can see stuff like;
<img src="images/pig_3.png">
Q.
1. Where is the _3 coming from? I have no images called that, there is none in my image folder callled that, just the original pig.png I uploaded?
2. What's with the path? why is it not "
http://www.domain.co.uk/images/" as I defined in the config? images/pig_3.png will be relative to my webapp somewhere and I don't want to put images there!
I must be missing something here as it makes no sense
