Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Duplicate entry '14137' for key 'PRIMARY'
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="deannnnnnnnnnnnn" data-source="post: 258542" data-attributes="member: 41448"><p>When I enter my hotel client and type anything I automatically disconnect. Any user who types anything disconnects. I know why this has happened. I was inserting customs into my catalogue and I may have put the query in multiple times. If someone could help me fix this I'd be grateful.</p><p></p><p>I now get "Exceptions has been saved" connection dropped" everytime someone types. I'm new to owning a hotel</p><p>I believe there's 2 errors.</p><p></p><p>exceptions.err</p><p>1/8/2014 11:16:48 PM: Error: MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '9566' for key 'PRIMARY'</p><p> at MySql.Data.MySqlClient.MySqlStream.ReadPacket()</p><p> at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)</p><p> at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)</p><p> at MySql.Data.MySqlClient.MySqlDataReader.NextResult()</p><p> at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)</p><p> at MySql.Data.MySqlClient.MySqlCommand.ExecuteScalar()</p><p> at Phoenix.Storage.DatabaseClient.ExecuteQuery(String sQuery)</p><p> at Phoenix.HabboHotel.Users.Inventory.InventoryComponent.method_11(UInt32 uint_1, UInt32 uint_2, String string_0, Boolean bool_0)</p><p> at Phoenix.HabboHotel.Catalogs.Catalog.method_9(GameClient Session, Item Item, Int32 int_0, String string_0, Boolean bool_0, UInt32 uint_1)</p><p> at Phoenix.HabboHotel.Catalogs.Catalog.method_6(GameClient Session, Int32 int_0, UInt32 uint_1, String string_0, Boolean bool_0, String string_1, String string_2, Boolean bool_1)</p><p> at Phoenix.Communication.Messages.Catalog.PurchaseFromCatalogEvent.Handle(GameClient Session, ClientMessage Event)</p><p> at Phoenix.HabboHotel.GameClients.GameClient.method_13(Byte[]& byte_0)</p><p></p><p>1/8/2014 11:51:48 PM: Error: MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '14137' for key 'PRIMARY'</p><p> at MySql.Data.MySqlClient.MySqlStream.ReadPacket()</p><p> at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)</p><p> at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)</p><p> at MySql.Data.MySqlClient.MySqlDataReader.NextResult()</p><p> at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)</p><p> at MySql.Data.MySqlClient.MySqlCommand.ExecuteScalar()</p><p> at Phoenix.Storage.DatabaseClient.ExecuteQuery(String sQuery)</p><p> at Phoenix.HabboHotel.Rooms.RoomUser.method_1(GameClient Session, String string_1, Boolean bool_13)</p><p> at Phoenix.Communication.Messages.Rooms.Chat.ChatMessageEvent.Handle(GameClient Session, ClientMessage Event)</p><p> at Phoenix.HabboHotel.GameClients.GameClient.method_13(Byte[]& byte_0)</p></blockquote><p></p>
[QUOTE="deannnnnnnnnnnnn, post: 258542, member: 41448"] When I enter my hotel client and type anything I automatically disconnect. Any user who types anything disconnects. I know why this has happened. I was inserting customs into my catalogue and I may have put the query in multiple times. If someone could help me fix this I'd be grateful. I now get "Exceptions has been saved" connection dropped" everytime someone types. I'm new to owning a hotel I believe there's 2 errors. exceptions.err 1/8/2014 11:16:48 PM: Error: MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '9566' for key 'PRIMARY' at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, 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 Phoenix.Storage.DatabaseClient.ExecuteQuery(String sQuery) at Phoenix.HabboHotel.Users.Inventory.InventoryComponent.method_11(UInt32 uint_1, UInt32 uint_2, String string_0, Boolean bool_0) at Phoenix.HabboHotel.Catalogs.Catalog.method_9(GameClient Session, Item Item, Int32 int_0, String string_0, Boolean bool_0, UInt32 uint_1) at Phoenix.HabboHotel.Catalogs.Catalog.method_6(GameClient Session, Int32 int_0, UInt32 uint_1, String string_0, Boolean bool_0, String string_1, String string_2, Boolean bool_1) at Phoenix.Communication.Messages.Catalog.PurchaseFromCatalogEvent.Handle(GameClient Session, ClientMessage Event) at Phoenix.HabboHotel.GameClients.GameClient.method_13(Byte[]& byte_0) 1/8/2014 11:51:48 PM: Error: MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '14137' for key 'PRIMARY' at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, 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 Phoenix.Storage.DatabaseClient.ExecuteQuery(String sQuery) at Phoenix.HabboHotel.Rooms.RoomUser.method_1(GameClient Session, String string_1, Boolean bool_13) at Phoenix.Communication.Messages.Rooms.Chat.ChatMessageEvent.Handle(GameClient Session, ClientMessage Event) at Phoenix.HabboHotel.GameClients.GameClient.method_13(Byte[]& byte_0) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Duplicate entry '14137' for key 'PRIMARY'
Top