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

Everything works, but it just won't Jump

Quote Reply
Everything works, but it just won't Jump
Ok, I am pretty new on the cgi/pl stuff, but it wasn't hard to get Links 2.0 up and running. I thought everything works except for the most important thingie; The jump won't work.
When I click on a link in IE it will give me a blank page and the url ..../jump.cgi?ID=3
and using Netscape it says that what I try to access contains no data.

could anybody please help me,

thnx
Nico
Quote Reply
Re: Everything works, but it just won't Jump In reply to
I am having the same problem and I DID set the IIS headers to 1 and still no cigar.

I am on IIS 4.0

Any ideas?

Everything else is working fine.
I did not know about the jump.cgi situation till today when i actually tested everything after putting it on hold for a few days...

Alex, please help?

------------------
Website Solution
www.karaim.net
http://www.websitesolution.com
http://www.websitesolution.net
FREE WEBMAIL, FREE WEBSITE, FREE FORUM, FREE PERSONALS, FREE CHATROOM, FREE CLASSIFIEDS !!!
Quote Reply
Re: Everything works, but it just won't Jump In reply to
I believe Nico's problem was with $db_iis and was fixed once it was turned on (didn't appear to be, but once cache was cleared from IE it worked).

I just tried your site though. Did you change anything in jump.cgi? If not, try changing:

$goto ?
print "Location: $goto\n\n"

to

$goto ?
print "HTTP 1.0/200 OK\nLocation: $goto\n\n"

and see what happens..

Cheers,

Alex
Quote Reply
Re: Everything works, but it just won't Jump In reply to
Alex, no change.
Still blank screen...

http://www.karaim.net/links/

------------------
Website Solutionhttp://www.websitesolution.com
[/URL
Quote Reply
Re: Everything works, but it just won't Jump In reply to
Try viewing the source for the blank screen and see if there is an error message in it someplace.