Most things work correctly but there are a few errors that I get in certain places on the forums. Here is what I get when I try to register. The error occurs after filling in user information and clicking the register button:
Error Type:
Microsoft OLE DB Provider for SQL Server (0x80040E2F)
Cannot insert the value NULL into column 'Author_ID', table 'InsideStilesForums.dbo.tblAuthor'; column does not allow nulls. INSERT fails.
/webwiz/forum/register.asp, line 821
This next error happens when I try to add a user to my buddy list:
Error Type:
Microsoft OLE DB Provider for SQL Server (0x80040E2F)
Cannot insert the value NULL into column 'Address_ID', table 'InsideStilesForums.dbo.tblBuddyList'; column does not allow nulls. INSERT fails.
/webwiz/forum/pm_add_buddy.asp, line 152
I checked the SQL tables and it is like the forum isn't trying to put a number in those fields. Should I allow NULLS in the tables? Or should I be looking somewhere else? Please help!