Gossamer Forum
Home : Products : DBMan : Installation :

Re: Error: Unable to Add Record

Quote Reply
Re: Error: Unable to Add Record In reply to
You made the most common mistake of all. (I'm going to have to write a FAQ for this.)

You forgot to change

$auth_user_field = 9;

in your default.cfg file.

If you are not saving the user id for the user who adds the file, change it to

$auth_user_field = -1;


------------------
JPD





Subject Author Views Date
Thread Error: Unable to Add Record Nicolas_Muehlen 1657 Apr 13, 1999, 8:02 AM
Post Re: Error: Unable to Add Record
JPDeni 1505 Apr 13, 1999, 8:33 AM