Gossamer Forum
Home : Products : Links 2.0 : Installation -- Windows :

Re: site link not working

Quote Reply
Re: site link not working In reply to
Please check in your file jump.cgi and make sure that the line from 124 -> 128 is like that:
# Now let's send the user to the url..
$goto ?
print "Location: $goto\n\n" :
&error ("Record not found ($in{$db_key})");

The jump.cgi script only get the ID of the link, not the value of the link.

Hope this help

Mark

Subject Author Views Date
Thread site link not working jeiman 4350 Aug 9, 2001, 12:01 AM
Thread Re: site link not working
Beck 4230 Aug 9, 2001, 1:08 AM
Thread Re: site link not working
jeiman 4227 Aug 9, 2001, 1:44 AM
Post Re: site link not working
Beck 4209 Aug 9, 2001, 2:06 AM
Thread Re: site link not working
Paul 4215 Aug 9, 2001, 3:26 AM
Post Thanks...
jeiman 4210 Aug 9, 2001, 8:13 PM