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

unable to locate url, need help

Quote Reply
unable to locate url, need help
CGI ERROR
==========================================
I've just installed the script and i get one error. Everything works except building the pages New, Cool and Ratings.

Whe i click built all in the admin file, i get this:
Error Message : unable to open what's new page:
home/www/myserver/pages/New/index.htm. Reason: No such file or directory
Script Location : nph-build.cgi
Perl Version : 5.00404

Can anyone help me out how to solve this problem?
Quote Reply
Re: unable to locate url, need help In reply to
Would you please post the first 5 URLs/paths from your links.cfg file?
Quote Reply
Re: unable to locate url, need help In reply to
Hi Bobsie,

Thanks for you reply, i hope you can help me.
Here are the lines you mean

# Paths and URL's to Important Stuff
# --------------------------------------------------------
# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/home/www/rapsearch/cgi-bin/admin";
$db_dir_url = "http://209.150.134.41/cgi-bin/admin";

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

# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "/home/www/rapsearch/pages";
$build_root_url = "http://209.150.134.41/pages";

# PATH and URL of What's New page. No Trailing slash.
$build_new_path = "$/home/www/rapsearch/pages/New";
$build_new_url = "$http://209.150.134.41/pages/New";

# PATH and URL of What's Cool page. No Trailing slash.
$build_cool_path = "$/home/www/rapsearch/pages/Cool";
$build_cool_url = "$http://209.150.134.41/pages/Cool";

# PATH and URL of What's Rating page. No Trailing slash.
$build_ratings_path = "$/home/www/rapsearch/pages/Ratings";
$build_ratings_url = "$http://209.150.134.41/pages/Ratings";

Waiting for your reply

kb
Quote Reply
Re: unable to locate url, need help In reply to
Hey kb,
Try taking out the $ in the paths and URL's your having problems with, from inside the quotes.

Quote:
# PATH and URL of What's New page. No Trailing slash.
$build_new_path = "/home/www/rapsearch/pages/New";
$build_new_url = "http://209.150.134.41/pages/New";

# PATH and URL of What's Cool page. No Trailing slash.
$build_cool_path = "/home/www/rapsearch/pages/Cool";
$build_cool_url = "http://209.150.134.41/pages/Cool";

# PATH and URL of What's Rating page. No Trailing slash.
$build_ratings_path = "/home/www/rapsearch/pages/Ratings";
$build_ratings_url = "http://209.150.134.41/pages/Ratings";

If that doesn't work, just set those lines back to their default Smile



------------------
Ken
chidlow@gossamer-threads.com
Quote Reply
Re: unable to locate url, need help In reply to
YYYYYYEEEEEESSSSSS!!!

I've tried it and when I press 'build all' in my setup.....it goes all the way.
This problem is solved......

Thanks.