BcStorm cannot make new rooms?

Results 1 to 5 of 5
  1. #1
    Novice Buddster is offline
    MemberRank
    Jan 2013 Join Date
    2Posts

    BcStorm cannot make new rooms?

    I go to make a room, and when I click the button nothing happens.
    heres this MySQL log:


    Error in query:
    INSERT INTO rooms (roomtype,caption,owner,model_name) VALUES ('private',@caption,@username,@model)
    MySql.Data.MySqlClient.MySqlException (0x80004005): Field 'description' doesn't have a default value
    at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
    at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId)
    at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId)
    at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
    at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
    at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
    at MySql.Data.MySqlClient.MySqlCommand.ExecuteScalar()
    at Database_Manager.Database.Session_Details.QueryAdapter.insertQuery()


  2. #2
    Member TimNL is offline
    MemberRank
    Jan 2013 Join Date
    78Posts

    Re: BcStorm cannot make new rooms?

    Go to you'r table 'rooms' and find 'description' and set it like this:
    `description` varchar(200) NOT NULL;

    if you cant do it add me on skype: Tim.meiland

    Greets,
    Tim

  3. #3
    Member TimNL is offline
    MemberRank
    Jan 2013 Join Date
    78Posts

    Re: BcStorm cannot make new rooms?

    My friend have the same problem, if i fixxed this, i will send you the fix ;-)

  4. #4
    Proficient Member KeineChance is offline
    MemberRank
    Aug 2012 Join Date
    174Posts

    Re: BcStorm cannot make new rooms?

    Insert this code in your database:

    SET@@global.sql_mode ='';

  5. #5
    Member bradfell is offline
    MemberRank
    Jun 2011 Join Date
    53Posts

    Re: BcStorm cannot make new rooms?

    Quote Originally Posted by TimNL View Post
    My friend have the same problem, if i fixxed this, i will send you the fix ;-)
    i am this friend =) and tims awesome



Advertisement