Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Error on starting conversation

JoosBuijsJoosBuijs New
edited July 2010 in Vanilla 2.0 - 2.8
I get a 'Bonk' when I start a conversation with someone on my installation of Vanilla (2.0).

More details:
Field 'CountMessages' doesn't have a default value
insert GDN_Conversation (InsertUserID, DateInserted, UpdateUserID, DateUpdated, Contributors) values (:InsertUserID, :DateInserted, :UpdateUserID, :DateUpdated, :Contributors)

I'm running Vanilla 2.0 on Apache 2.2, PHP 5.2 and MySQL version 5.0.51a.

Did anyone else encounter this problem and/or is (not) able to start conversations???

Joos

Comments

  • Yes, we're having the same issue with the latest Vanilla.
  • I don't know if this breaks anything else, but at least I can send/receive messages if we add default values to two columns with the following sql:

    alter table gdn_conversation alter countmessages set default 1;
    alter table gdn_conversation alter lastmessageid set default 1;
Sign In or Register to comment.