Gossamer Forum
Home : Products : DBMan : Installation :

Error: Unable to Add Record

Quote Reply
Error: Unable to Add Record
Hi,
I have got a little problem with my DBMan script: every time when I try to add something to the database there comes an error-message, that the script is unable to add the record, because the field "Fertige" has got the wrong format (I uploaded a copy of the default.cfg to http://muehlen.di.to/default.cfg ). I only edited the default.cfg (and the first line in db.cgi, of course) and nothing in the html.pl or in another file. Has anyone got an idea, what's going on there?
Best regards and thanks,

Nicolas Muehlen
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