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

Rate and Subscribe Paths

Quote Reply
Rate and Subscribe Paths
This is most likely a path thing but I can't find the problem. I've spent several hours building this migraine but can't resolve these last two issues.

Everything is working great except Rate It and Subscribe.

Migraine Part One: From the Rate It screen, after selecting the rating and clicking the rate it button rather than rating it the script takes you the the Top Rated sites screen. ??? hmmm... gota be a path thing.

Migraine Part Two: From the get e-mail updates screen, after filling out all the info and clicking the subscribe button it reloads subscribe.cgi and does not add to the e-mail list. ??? how do I educate this script so that it knows where to go?

Links.cfg Paths: (I have triple checked to ensure the paths match the website directory structure.)

# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/usr/local/psa/home/vhosts/surelinksalot.com/cgi-bin/directory/admin";
$db_dir_url = "http://surelinksalot.com/cgi-bin/directory/admin";

# URL of User CGI directory. No Trailing Slash.
$db_cgi_url = "http://surelinksalot.com/cgi-bin/directory";

# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "/usr/local/psa/home/vhosts/surelinksalot.com/httpdocs/directory";
$build_root_url = "http://surelinksalot.com/directory";

# PATH and URL of What's New page. No Trailing slash.
$build_new_path = "$build_root_path/New";
$build_new_url = "$build_root_url/New";

# PATH and URL of What's Cool page. No Trailing slash.
$build_cool_path = "$build_root_path/Cool";
$build_cool_url = "$build_root_url/Cool";

# PATH and URL of What's Rating page. No Trailing slash.
$build_ratings_path = "$build_root_path/Ratings";
$build_ratings_url = "$build_root_url/Ratings";


Where else do paths reside that I may have mis-typed?
Subject Author Views Date
Thread Rate and Subscribe Paths Web Rat 6814 May 31, 2002, 10:40 AM
Thread Re: [Web Rat] Rate and Subscribe Paths
Andy 6731 Jun 1, 2002, 3:09 AM
Thread Re: [Andy] Rate and Subscribe Paths
Web Rat 6713 Jun 1, 2002, 8:37 AM
Thread Re: [Web Rat] Rate and Subscribe Paths
Andy 6745 Jun 1, 2002, 8:44 AM
Thread Re: [Andy] Rate and Subscribe Paths
Web Rat 6680 Jun 1, 2002, 8:48 AM
Thread Re: [Web Rat] Rate and Subscribe Paths
Andy 6731 Jun 1, 2002, 8:58 AM
Post Re: [Andy] Rate and Subscribe Paths
Web Rat 6663 Jun 1, 2002, 10:37 AM
Post Re: [Web Rat] Rate and Subscribe Paths
Web Rat 6667 Jun 2, 2002, 12:00 PM