user_info >> login_timestamp error

Results 1 to 3 of 3
  1. #1
    Enthusiast HabFree is offline
    MemberRank
    Jul 2012 Join Date
    41Posts

    user_info >> login_timestamp error

    Dear,
    I have this error:

    3-7-2013 14:34:48: MySql.Data.MySqlClient.MySqlException (0x80004005): Data truncated for column 'login_timestamp' at row 1
    at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
    at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
    at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& 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 ns0.Class6.method_1(String string_0)
    at ns0.Class12..ctor(String string_0, String string_1, Boolean bool_1)
    at ns0.Class16.method_6(String string_0)


    When i start my Emu and i go into the client i reload..

    I hope you can help me!
    Greetings, HabFree


  2. #2
    Im Back! PythoneX12 is offline
    MemberRank
    Sep 2010 Join Date
    634Posts

    Re: user_info >> login_timestamp error

    Well for 1 my friend, Wrong section. But while I am here. Do this: Go to ur users table and see what the default is for login_timestamp and see if its right. If im correct it needs to be: Double DEFAULT = 0

  3. #3
    Enthusiast HabFree is offline
    MemberRank
    Jul 2012 Join Date
    41Posts

    Re: user_info >> login_timestamp error

    Jep, its right! Only when i truncate my table user_info work the client.. but if i truncate there are no errors ore bugs?



Advertisement