Gossamer Forum
Home : Products : DBMan : Discussions :

Add Record

Quote Reply
Add Record
Setting up DB Man on a second site. All permissions / paths are set up correct. Made 2 changes to the default.cfg file (deleted 2 entry's) also same 2 deleted in the html.pl.

My problem is when I login and click ADD fill in the 3 field and click Add Record it immediately goes back to the login screen.

Any ideas?
Quote Reply
Re: [uline] Add Record In reply to
It could be that the encryption is different on the second server.

Make a backup copy of your .pass file and try these instructions to see if that solves the problem.

Default passwords don't work

The problem is caused by your server encrypting the default passwords differently. What you need to do is create new passwords. This can be done as follows:

1.Erase all entries in the password file.
2.Set $auth_allow_default = 1;
3.Set @auth_default_permissions = (1,1,1,1,1);
4.Go to db.cgi?uid=default
5.Go to admin and add your own users.

That should be it! Reset the authentication back to what you want when you are done.

Let us know if that fixes the problem.

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/