Quote Originally Posted by wa11y View Post
Hi
My problem is that when I install IH2 on my local apache web server everything works fine. It doesn't work on my hosted server - images are actually resized and stored in cache directory correctly, but I can't see any pictures in zen-cart.
Something is wrong with file paths - in page source I can see sth like:
<img src="bmz_cache882e49fdbf3ac072b4cb184b4b2a0570d.image.100x56.gif"...
- looks like two slashes are missing - if there was "bmz_cache/8/82e49fdbf3ac072b4cb184b4b2a0570d.image.100x56.gif" everything would work fine.
Seems like it looses slashes at some point and after long research I couldn't find at what point.
had this issue myself, the fix was easy. upload all the files in your cache on your local webserver up to your live site. set all permissions to 777 the use image handler to empty the cache. if you no longer have these files create them then empty the cache.

shoulders