taf:
Hi,
I've just installed IH2 and I have got it working to some extent. It does a really nice job of resizing the images, very nice!
I am having a few problems most probably something to do with the way I have installed it.
I'm running my setup locally using WAMP. And I have my zencart installed in the directory zencart. So under zencart I have admin, images , includes etc...
I've copied all the directories for IH into the zencart directory.
There's a few strange things that are not working but most noticeably When I go to:
Tools->Image handle 2->preview
I cannot see any of the preview images..
when I click to view image my browser tells me:
The requested URL /zencart/zencart/admin/images/ih-test.png was not found on this server.
It seems that somehow IH2 thinks that there is another dir called zencart in my original zencart directory.
I'm sure this is simple to fix but I'm not sure where to look.
Any help would be great.
Thanks.
As anyone else seen this problem?
In the admin pages in Tools->Image handle 2->preview
The images are not showing up. I've looked at the code and found that in
image_handler.php it seems to be adding the extra zencart directory in here
one of the lines of code looks like this:
<td><img style="border: 1px solid #000000; background:url(images/checkpattern.gif)" src="<?php echo HTTP_SERVER . DIR_WS_CATALOG . $images['pngsource']?>" /></td>
if I remove the DIR_WS_CATALOG and replace it with '//' it sees the image but I'm not sure that this is the correct solution.
If anyone as seen this or knows how to fix it please let me know.
Thanks