Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

send blank message ??

Quote Reply
send blank message ??
Hello
I get this erroer after send a blank message

Column msg_body cannot be left blank. at GForum::Message::send line 656

in the database the table is notNull

waht have i to do?
linktobuy Web Directory
Ratgeber Recht
Quote Reply
Re: [hoefti] send blank message ?? In reply to
If you really want to allow this you can change the column to remove the not_null attribute - to do this, visit: http://yoursite/path/to/gforum/admin/db.cgi?db=Message&do=editor_columns&modify=msg_body

Change the column to not_null, save, and you should be able to send a blank message.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com