Gossamer Forum
Home : Products : DBMan : Installation :

Can't save informations, keep telling to fill blank fields...

Quote Reply
Can't save informations, keep telling to fill blank fields...
Hi,

my only problem is that I can't save the informations when I add a record.

I fill the form, then submit but all I get is a page where it says for each record: (Can not be left blank).

Is it a problem of permission?

Anyone can help this italian girl?

Thanks

Andrea
Quote Reply
Re: [Andreaf] Can't save informations, keep telling to fill blank fields... In reply to
It sounds like you have some fields set as required fields and you are not filling in those fields, is that correct?

If you setup a field as required it would be for example:

'UserID' => [ 1,'alpha',10,13,1,'',''],

If it is not required it would be:

'UserID' => [ 1,'alpha',10,13,0,'',''],

The .cfg uses the field format as : field_name => ['position', 'field_type', 'form-length', 'maxlength', 'not_null', 'default', 'valid_expr']

If this is not the problem, then check that the chmod of the .db file is set to 666.

Hope this helps

Unoffical DBMan FAQ

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