Sep 7, 2003, 10:14 PM
Veteran (17240 posts)
Sep 7, 2003, 10:14 PM
Post #2 of 4
Views: 3233
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.
========================================
Buh Bye!
Cheers,
Me
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.

========================================
Buh Bye!
Cheers,
Me
Sep 8, 2003, 10:40 AM
Novice (24 posts)
Sep 8, 2003, 10:40 AM
Post #3 of 4
Views: 3228
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";
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";