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

Help please! Admin.cgi

Quote Reply
Help please! Admin.cgi
I get this error when I go to admin.cgi

Error including libraries: syntax error at links.cfg line 22, near "/ux28/0"

Make sure they exist, permissions are set properly, and paths are set correctly.

I'm pretty sure I set the absolute paths in links.cfg
Quote Reply
Re: Help please! Admin.cgi In reply to
I need some help, I can't find what's wrong.
Quote Reply
Re: Help please! Admin.cgi In reply to
Hi Mark,

In line 22 did you make sure you set the full URL and not just /ux28/0

According to my links.cfg I have "$db_dir_url" try using the full url and see if that helps
Quote Reply
Re: Help please! Admin.cgi In reply to
On my links.cfg, line 22 is $db_script_path and I'm sure this is the right bath because I checked other scripts that I installed and they listed that as the absolute path. Here is what I have in links.cfg:
# PATH and URL of Admin CGI directory. No railing Slash.

$db_script_path = /ux28/0/144/cgi-bin/links/admin";

$db_dir_url = "http://www.prequelnet.com/cgi-bin/links/admin";

What is wrong?

Quote Reply
Re: Help please! Admin.cgi In reply to
hey Mark,
try adding a " at the beginning of the path $db_script_path = "/ux28/0/144/cgi-bin/links/admin";




------------------
Ken
chidlow@gossamer-threads.com
Quote Reply
Re: Help please! Admin.cgi In reply to
Thanks a lot childlow, it works now. I can't believe I didn't see the missing ". It works now, thanks a lot.