Gossamer Forum
Home : Products : DBMan : Installation :

changed servers - - now image problem

Quote Reply
changed servers - - now image problem
Evrything worked fine on my old server, but then I recently changed servers, and now everything works fine except for my images in the short display.

When the short display is first brought up, no images are shown. But, after I go to the long display and then use the back button to go back to the short display - presto! - the images are now shown.

The only change I made was to the path to Perl. Before, it was #!/bin/perl , now it's #!/usr/bin/perl.

Any clues?

Rick
Quote Reply
Re: changed servers - - now image problem In reply to
I don't know. Could be some sort of problem with the cache, but I wouldn't know how to fix it.


------------------
JPD





Quote Reply
Re: changed servers - - now image problem In reply to
If this might be of some help, here is how I've tagged the images.

<IMG SRC="http://www.schoolshows.com/cgi-bin/$rec{'thumbnail'}" Align="top">

Is there anything wrong that you can see?

(BTW, I've put the images in cgi-bin because I thought this might produce a speedier search results page.)

Rick
Quote Reply
Re: changed servers - - now image problem In reply to
Hi,

If you put the images in the cgi-bin directory they won't work. You need to put them in a direcory other then the cgi-bin.

Jfrost