Gossamer Forum
Home : Products : Links 2.0 : Discussions :

No link specified! error

Quote Reply
No link specified! error
I've been putting the script through its paces last couple of weeks, and it's all been working fine.

Unfortunately I've now got a case of the "No Link Specified" blues from the jump.cgi file. I think it may be due to having upgraded to a newer version of ActivePerl on NT2000 machine but that's just a guess though as no script changes were done at this time.

If I hardcode an ID into the top of the jump.cgi script
eg $in{$db_key} = 123;

or

$in{$db_key}= "random";

everything all works fine.

The problem seems to be that the ID paramater is not being parsed from the link URL eg http://www.domain/links/script/jump.cgi?ID=123

Anyone with ideas?