In ref. to my posts #186 & 187 & Lala_G_Clef_Jewelry's request to explain what I did to solve the problem I was experiencing.
Quote Originally Posted by gnotapipe
Urgently, desperately seeking help.
IH is uploading images OK but on the product page for the item some of the img src attributes are not correct.
IH is uploading to my /cart/images dir. OK.
(ZC is one dir. down in "cart/")
On the category listing page the image shows up OK.
But on the product page the main image (in the "bof Main Product Image" section)
the image is broken, it's trying to go to "src="images/medium/lotus_MED.jpg"
But!... the 'larger image' link does work.


But! with an add'l image uploaded through IH,
("bof Additional Product Images" section)
it does show up on the product page...
But here, the 'larger image' link does not work! (Huh?)
(tries to go to src="images/large/photo_2_LRG.jpg")...
When I had installed IH, most of the way through, as I was uploading files in the admin/includes dir., I realized I was over-writing some pretty basic, integral files. So I did what I often do while working on scripts, I made back-ups of those files by renaming the originals. Specifically, I renamed them from 'filename.php' to 'filename.preImageHandler.php' & then uploaded the new IH version of 'filename.php'. Typically, this works fine.
However, w/ ZC it seems, the app. reads all of the *.php files in certain directories. (True, oh great guru's?) So as a result, even though I had uploaded the IH versions, because my backup files list after the unrenamed version ('filename.php' is followed alphabetically by 'filename.preImageHandler.php'), all the values, behaviors, etc. were getting overwritten back to the ZC originals.
So, in essence, I effectively wound up w/ only a partial install of IH.

A ZC 'gotcha', in a big way, 'cause this is a behavior one would not expect. Or at least, I sure didn't!

Hope this saves some other folks some headaches...

(& if anyone knows of any discussions of this, in docs, wiki or forum, & I love to know about it. Also, if I've misinterpretted anything....)