Gossamer Forum
Home : Products : DBMan : Discussions :

one add record field will not fill in

Quote Reply
one add record field will not fill in
Every time I add a "new" record. One field in the group will not take info it places the logged in users name in the field in place of any information that was typed in.

The only way to correct it is to modify the field after the record has been created. I have a feeling this is a stupid set up error but I haven't been able to see what is wrong.

Has anyone else seen this problem and know the answer?

Thanks
Raymond

Tradeshows Online
http://tradeshows-online.com
Quote Reply
Re: one add record field will not fill in In reply to
Please check your .cfg file and be sure you have:

$auth_user_field = 1;

set to the field number for your userid.

Also be sure that in your html_record form you have all the fields listed that are in your .cfg file and that they are only listed once.

Hope this helps


Unoffical DBMan FAQ
http://webmagic.hypermart.net/dbman/
Quote Reply
Re: one add record field will not fill in In reply to
Doublecheck that your actual database has the same number of fields as the configuration file. It sounds as though you have one field missing from the database.