I am having the forum/inc_func_secure.asp, line 103 issue. My forum is sitting on a host that does not allow me direct access to the database file. They do allow me to edit the database via their database management tool and I can access to F_PRIVATEFORUMS. It looks like this.
When I try to make any change to this field i get Error -2147217873 Cannot insert the value NULL into column 'F_PRIVATEFORUMS', table 'DB_26018A.User_26018A.FORUM_FORUM'; column does not allow nulls. UPDATE fails.
ALTER TABLE [DB_26018A].[User_26018A].[FORUM_FORUM] ALTER COLUMN [F_PRIVATEFORUMS] INT NOT NULL