1. How to fix?
    Code:
    [Oxide] 2:20 PM [Error] MySql handle raised an exception in 'xxx.xxx.xxx' plugin (MySqlException: Unknown column 'onl' in 'field list')
    [Oxide] 2:20 PM [Debug]   at MySql.Data.MySqlClient.MySqlStream.ReadPacket () [0x00000] in <filename unknown>:0
    at MySql.Data.MySqlClient.NativeDriver.GetResult (System.Int32& affectedRow, System.Int64& insertedId) [0x00000] in <filename unknown>:0 
     
  2. Wulf

    Wulf Community Admin

    The error is basically saying that something you are trying to use doesn't match up with what the database has.
     
  3. Thanks.Fixed