New Zenner
- Join Date:
- Aug 2006
- Posts:
- 96
- Plugin Contributions:
- 0
Image Handler 2 (for ZC v1.3.8 ONLY) Support
tophand:
In your other post you said:
"In IH the file location for the large image is banberryplace.com\images and the default and medium point to banberryplace.com\bmz_cache but if I view the product details it points to banberrryplace.com\NewZen\images."But both of your configure files has the path:
http://www.banberryplace.com/NewZen/images/The correct path for define('DIR_WS_IMAGES', 'images/'); is
define('DIR_WS_IMAGES', 'http://www.banberryplace.com/images/');
since you are pulling images from banberryplace.com/imagesThe above configure files will work if you are pulling images from banberryplace.com/NewZen/images
Missing a stylesheet for NewZen
Got the stylesheet, thanks. I'll try to clarify what I'm seeing a little better...
I want to be pulling images from NewZen/images so I believe that my configure files are correct. When I put in the full url path for the define('DIR_WS_IMAGES', 'http://www.banberryplace.com/images/'); variable I get an error on the IH page:
Error!
Unable to determine the page link!
Function used:
zen_href_link('', '', 'NONSSL')
I think the full path for that (DIR_WS_IMAGES) variable is derived from define('HTTP_SERVER'), and so 'images/' would be correct.
Please see http://www.banberryplace.com/NewZen/index.php?main_page=index&cPath=1_4 if you get the properties for the image for Abacadabra 01 Boys you will see that it is getting the image from http://www.banberryplace.com/NewZen/bmz_cache/...
But when I get the properties for the thumbnail in the IH Manager it wants to pull the image from http://www.banberryplace.com/bmz_cache/... and of course the file doesn't exist there...