Quote Originally Posted by taf View Post
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
I believe the preview is to give you a visual reference for the quality of images IH outputs using GD or ImageMagick.

Check your Zen Cart Configuration files and make sure DIR_WS_CATALOG is defined with a trailing slash.