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

y can't get go to the link?

Quote Reply
y can't get go to the link?
hi,
y can't get go to the link?
when i click on the link,this error message was appear...why?please help!!!!!!
Error: Can't find link id: 1
</noscript>
<!-- -->
</noscript>
<SCRIPT LANGUAGE="JavaScript">

<!--
browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 2 )) &#0124; &#0124; ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 2 )));
if (browser) {
if (self.height) {
if (parseInt(self.height) < 167) {
var height = '167';
}
} else {
var height = '167';
}
if (!self.url) {
self.url = '';
}
if (parent.name != 'test') {
test = window.open("http://click.go2net.com/magic/adpopup?site=HM&shape=banner&border=1&area=users.Directories_Search_Engines_and_ISPs.Directory", "test", "resizable=yes,width=520,height=" + self.height);
// setTimeout("test.opener = self;", 3000);
// test.opener = self;
}
}
//-->

</SCRIPT>
Quote Reply
Re: y can't get go to the link? In reply to
The "can't find link" error message usually relates to a bad path in links.cfg. You might want to double-check the paths near the top of links.cfg. Make sure they are "full" paths from your root directory.
Quote Reply
Re: y can't get go to the link? In reply to
this is path in my link.cfg

# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/data1/hypermart.net/hueyhuey/links/cgi-bin/admin";
$db_dir_url = "http://server17.hypermart.net/hueyhuey/links/cgi-bin/admin";

# URL of User CGI directory. No Trailing Slash.
$db_cgi_url = "http://server17.hypermart.net/hueyhuey/links/cgi-bin";

# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "/data1/hypermart.net/hueyhuey/links/pages";
$build_root_url = "http://server17.hypermart.net/hueyhuey/links/pages";
Quote Reply
Re: y can't get go to the link? In reply to
Those paths look okay. Try putting the full path to links.cfg in your jump.cgi script where it says:

Quote:
require "admin/links.cfg"; # Change this to full path to links.cfg if you have problems.

Also, double-check that all files in the admin/data directory are chmod 666.

I hope this helps.
Quote Reply
Re: y can't get go to the link? In reply to
hi,
just one file i failed to chmod.
that's "links.db.bak".the failed reason is :
Previous action failed

The item you selected from the directory index,
/hueyhuey/links/cgi-bin/admin/data/links.db.bak, is not writeable by SiteMgr or this web server.