Gossamer Forum
Home : Products : DBMan : Customization :

Weird Problem

Quote Reply
Weird Problem
OK, I have successfully installed dbman and it's working, but for some reason after I modify the default.cfg to customize it to fit in our need (we are not using it for commercial purpose).. for some reason if you add a new record to the database one of the data field will keep showing 'admin' (or whatever username that I log in) instead of what was entered.. (but other data field is fine).
I have double checked the syntax and all were just fine.. any idea what the problem might be??
thanks!
Quote Reply
Re: Weird Problem In reply to
Using my crystal ball, I can see that the field which is causing you a problem is field number 9. Smile

If you are not using a userid field, change
$auth_user_field = 9;
to
$auth_user_field = -1;

If you are using a userid field, change it to the number of the userid field.


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