Quote Originally Posted by stmonk View Post
I still have not been able to fix the url error for my image cache.

http://themustardseedworkshop.com/in...roducts_id=259

the url is missing the / from
http://themustardseedworkshop.com/bm...ge.550x550.jpg

I tried reinstalling clean version of zencart in to the root folder (yahoo host), and then installed only the IH2. All configuration files were what zen cart intalled suggested. No other configurations were done except renaming the admin folder.

Any idea which direction to look at next. I did ask advice from zen cart forums, but their response was that the issue is somewhere with IH2.
Have you altered IH in anyway from the distributed package that is available on here (as i have never seen this error before, and can't work out what in that package would cause it)

Do you have any other alterations as it is NOT just the / at the end of the bmz_cache file that is missing, all the slashes are missing,
this is the generated url you show above
bmz_cacheaa9cdcb88a1c7175c4790b52f86cd60cb.image.550x550.jpg
this is what it should be (notr the 2 slashes that are missing from the above)
bmz_cachea/a/9cdcb88a1c7175c4790b52f86cd60cb.image.550x550.jpg
you don't have any rewriting mods etc in your .htaccess

If i didn't know better, i'd say that some sort of stripslashes replacement was running on your link.

Can we get a link to the test version that doesn't have lightbox running on it (you did install lightbox after IH? as lightbox includes code to allow them to work together)