[ic] "SOLVED-SORT OF" RE: no images on customer side for secure pages

IC Support ic_support at mnwebdesign.com
Sat Oct 8 16:06:00 UTC 2011


> IC 5.6.3 Apache 2.2x
> I have admin images working on secure pages, but not the 
> customer side secure pages. I am not even getting a 
> placeholder for images, my parsed page source image link 
> looks like this:
> 
> <a href="http://www.domain.com/cgi-bin/cihs/index.html"></a>
> 
> I expect: <img src="/cihs/images/logo.png" width="136" height="60"
> border="0">
> inserted as my image link. It's like Interchange just dropped 
> the image on the secure page.
> 
> This is the stock, standard cat html/ITL used to create the 
> link/image in
> /include/left*:
> <a href="[area index]">[image src="[scratch logo]" border="0"]</a>
> 
> I can get here directly:
> https://domain.com/cihs/images/logo.png
 
I solved this, at least for now, by changing this in /include/left*:

[image src="[scratch logo]" border="0"]

to this:

<img src="[scratch logo]" border="0">

Is this a bug in the [image] tag? I wonder why it works on http and not
https? Is it just me? ;-)

Curt




More information about the interchange-users mailing list