Gossamer Forum
Home : Products : DBMan : Discussions :

Unable to add records

Quote Reply
Unable to add records
Guys,

Whenever I try to add a record I get kicked back to the login screen and no records have been added.

Any idea's?

Thanks
George

George Ewing
TOP HOST LTD
Quote Reply
Re: Unable to add records In reply to
It sounds like a problem with permissions?

I think if you don't have permission to add without being a authorized user it may take you to the login screen.

To learn about permissions, visit JPDeni's DBMan tutorial at: http://www.jpdeni.com/dbman/

Unoffical DBMan FAQ
http://webmagic.hypermart.net/dbman/
Quote Reply
Re: Unable to add records In reply to
Actually, that is incorrect. It is not a user permission problem. If it was, then you would get the Unauthorized Action error!

What you need to check is the name of the submit button. Make sure that you have the following codes in your add record form codes:

Code:

<input type="hidden" name="add_record" value="1">
<input type="submit" name="add_record" value="Add Record">


LoisC is dead wrong.

Regards,

Eliot Lee