Gossamer Forum
Home : Products : DBMan : Installation :

pathway problem

Quote Reply
pathway problem
Hello,

I am installing DBman for the first time and have managed to access the first page from the browser to add, modify, delete, etc. However, when I click on one of those links, it takes me nowhere. Maybe it is my pathways set not correctly? I have set the permissions according to the instructions:

# =====================================================================

# File and URL's
# --------------------------------------------------------
# URL of the directory dbman resides in. No Trailing Slash Please.
$db_dir_url = "http://www.sexxxyvidoes.com/cgi-bin/dbman";
# URL of dbman.
$db_script_url = $db_dir_url . "/db.cgi";
# Full Path and File name of the database file.
$db_file_name = $db_script_path . "/default.db";
# Full path and file name of the counter file.
$db_id_file_name = $db_script_path . "/default.count";
# Full path and file name of the authorization directory.
$auth_dir = $db_script_path . "/auth";
# Full path and file name of the password file.
$auth_pw_file = $db_script_path . "/default.pass";
# Full path and file name of the log file.
$auth_log_file = $db_script_path . "/default.log";
# Full path and file name of the html routines.
require $db_script_path . "/html.pl";

Thanks for your assistance.

Quote Reply
Re: pathway problem In reply to
What do you mean takes you nowhere - please be more specific so we can help more concisely!

When you hover your mouse over the links what URL does it give?

Paul Wilson.
Installations:
http://www.wiredon.net/gt/
Quote Reply
Re: pathway problem In reply to
When I click on any of the links, it takes me to a page that reads: The page cannot be displayed.

When I pass my mouse over the links:
Home: http://www.sexxxyvidoes.com/cgi-bin/dbman/db.cgi?db=default&uid=
Add: http://www.sexxxyvidoes.com/cgi-bin/dbman/db.cgi?db=default&uid=&add_form=1
View: http://www.sexxxyvidoes.com/cgi-bin/dbman/db.cgi?db=default&uid=&view_search=1
etc....
The error is at: http://www.sexxxyvideos.com/cgi-bin/dbman/db.cgi

Thanks for your help....

Quote Reply
Re: pathway problem In reply to
You have a typo.

vidoes should be videos

Paul Wilson.
Installations:
http://www.wiredon.net/gt/