Gossamer Forum
Home : Products : DBMan : Installation :

Admin Problems

Quote Reply
Admin Problems
I got all of the files FTP'd to my site. Went to http://www.1129media.com/cgi-bin/db.cgi, and got the log-in form. Tried to log-in with "admin" and "admin", but that didn't work.

Following JPDeni's tutorial, I erased all entries in the default.pass file, and made the recommended changes to default.cfg. Re-FTP'd.

Went to http://www.1129media.com/cgi-bin/db.cgi?db=default&uid=default. Got Main Menu page. Clicked "Admin" link (which took me to http://www.1129media.com/cgi-bin/dbman/db.cgi?db=default&uid=default&admin_display=1), and got HTTP 404 Not Found error.

Have posted default.pass and default.cfg as text files on my website. Go to http://www.1129media.com/dbman for links.
Quote Reply
Re: Admin Problems In reply to
Uh...here are your problems:

1) You need to change the following:

Code:
$db_dir_url = "http://server/cgi-bin/dbman";

to the following:

Code:
$db_dir_url = "http://www.1129media.com/cgi-bin/dbman";

2) Your default.pass file should look like the following:

Code:
admin:A.f0Kvdiyy8q2:1:1:1:1:1
author:zs047RckAhJH6:1:1:1:1:0
guest:ZX9XTlIfPvdGE:1:0:0:0:0

3) Also, make sure that your $db_script_path is set to the COMPLETE ABSOLUTE PATH to your dbman directory in the db.cgi file.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums