• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

MySQL Error

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
imagemim.png



Help :thumbup:
 
Seems to me like it's trying to insert items into a house that does not exist in the database.

Did you manually edit houses in the DB recently?
 
Well, the server is trying to save an item inside a house; World ID 0 and House ID 15. But this house does not exist in the "Houses" table, and thus it fails to save the item, and throws this error.
 
Compare the houses XML with the houses table in your database, and make sure the house that the server is trying to save items in, is actually present in the database/XML file respectively. If not, add it manually.
 
Check data/world/<mapname>-house.xml and compare to "houses" table in the database. Make sure the house with ID 15 exists.
 
LUA:
  <house name="Silver Street 13" houseid="15" entryx="370" entryy="400" entryz="7" rent="0" townid="1" size="18"/>


@EDIT

Hail Post 1,000 ~
GRATZ :D:D:D:D:D:D:D :p
 
Back
Top