Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Post deleted by Andy

Post deleted by Andy
Quote Reply
Re: [Tawnya] Problem with links In reply to
Installation questions should really be posted in the Installation forums.

The problem is with your relative paths...

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

You should be using /cgi-bin/links rather than cgi-bin if you have all your front-end scripts located in the /links sub-folder in the cgi-bin folder.

It seems that you may be unsure about your physical and relative paths that are necessary to configure and install any Perl script. Smile
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [Stealth] Problem with links In reply to
Ok, changed everything as you requested but still the links do not go to the correct place. Is there anything else I can do to fix this? Another script I have to edit possibly?

Thanks so much for your time/patience. I truly would like to get this working as it is an area on my site that will be used for non-profit.

Tawnya

# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/home/mediamag/public_html/cgi-bin/links/admin";
$db_dir_url = "http://www.mediamage.com/cgi-bin/links/admin";

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

# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "/home/mediamag/public_html/links/pages";
$build_root_url = "http://www.mediamage.com/links/pages";
Quote Reply
Re: [Tawnya] Problem with links In reply to
Figured it out...thanks for your support in the meantime!