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

Review Addon Error Please Help

Quote Reply
Review Addon Error Please Help
http://www.rootssearch.net//Detailed/8237.shtml

How do I fix this? Please help
Quote Reply
Re: [tweet1972] Review Addon Error Please Help In reply to
In your links.cfg file, remove the trailing slash you must have typed in:

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


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] Review Addon Error Please Help In reply to
I dont have any trailing slashes. I think something is wrong where the configuration of the site_html.pl maybe. I can't figure it out.
Quote Reply
Re: [tweet1972] Review Addon Error Please Help In reply to
Have you made changes to any code? If not, then the problem must be in links.cfg. Check this line, make sure it also has no trailing slash:

# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "/alex/links/pages";
$build_root_url = "http://localhost/links/pages";


Leonard
aka PerlFlunkie