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

Re: CANNOT SOLVE PROBLEM!

Quote Reply
Re: CANNOT SOLVE PROBLEM! In reply to
Uh...NO...You have NOT defined the $db_script_path (and path is the keyword here) correctly.

It has to be the following:

Code:
$db_script_path = "/home/vtroy/www/cgi-bin/links/cgi-bin/links/cgi-bin/admin";

NO Trailing slash.

Also, you SHOULD NOT build your pages in the /cgi-bin/ directory...

Change the following variables:

Code:
$build_root_path = "/home/vtroy/www/cgi-bin/links/pages";
$build_root_url = "http://www.vtroy.com/cgi-bin/links/pages";

to the following:

Code:
$build_root_path = "/home/vtroy/www/links/pages";
$build_root_url = "http://www.vtroy.com/links/pages";

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Subject Author Views Date
Thread CANNOT SOLVE PROBLEM! Cosmin 2407 Mar 1, 2000, 3:53 PM
Post Re: CANNOT SOLVE PROBLEM!
Stealth 2343 Mar 1, 2000, 4:15 PM
Post Re: CANNOT SOLVE PROBLEM!
Cosmin 2346 Mar 1, 2000, 6:00 PM
Post Re: CANNOT SOLVE PROBLEM!
Stealth 2349 Mar 1, 2000, 6:32 PM
Post Re: CANNOT SOLVE PROBLEM!
Cosmin 2347 Mar 1, 2000, 6:57 PM
Post Re: CANNOT SOLVE PROBLEM!
Stealth 2343 Mar 1, 2000, 7:04 PM