Gossamer Forum
Quote Reply
Links 2.0
Okay, I installed the script and have everything properly CHMODed. But when I try to access admin.cgi I get a prompt to download it. Can anyone tell me what the problem could be? I checked and made sure the absolute path to links.cfg was correct in all the .cgi files and I also made sure the path to perl was correct in each script. Any help will be greatly appreciated. Thanks, Andy

Quote Reply
Re: Links 2.0 In reply to
Problem a problem with the paths in the following variables in your links.cfg file:

Code:
$db_script_path
$build_root_path
Regards,

Eliot Lee
Anthro TECH, L.L.C
Web: http://www.anthrotech.com/
Quote Reply
Re: Links 2.0 In reply to
Eliot. I got the Admin to work. Now the jump.cgi is doing the same thing. The paths are correct. Could it be anything else?

Quote Reply
Re: Links 2.0 Problems In reply to
Eliot. I got the Admin to work. Now the jump.cgi is doing the same thing. The paths are correct. Could it be anything else?

Quote Reply
Re: Links 2.0 In reply to
Yea...check the paths again in the require line and also check the Perl path and the file permission...should be set to 755 (rwxr-xr-x).

Regards,

Eliot Lee
Anthro TECH, L.L.C
Web: http://www.anthrotech.com/
Quote Reply
Re: Links 2.0 In reply to
Okay, I checked all of those and they are all correct. Sometimes I get an error that says

Error: Can't find link id: 6

When I click on the link from the details page.

Or Error: Can't find random line: 0. When I click on 'Random Link' all the paths and file permissions are correct.

Quote Reply
Re: Links 2.0 In reply to
Code:
Error: Can't find link id: 6
Is your url.db file being built? If not, then you need to change the permission of this file to 666 (rw-rw-rw-).

Regards,

Eliot Lee
Anthro TECH, L.L.C
Web: http://www.anthrotech.com/