• 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!

Sqlite problem

Ashtar

ShadowRealm.online
Joined
May 1, 2009
Messages
312
Reaction score
102
well i've been looking for a way to fix this problem that i got on my server.

Code:
[18:26:05.734] sqlite3_prepare_v2(): SQLITE ERROR: no such table: player_inboxit
ems (SELECT "pid", "sid", "itemtype", "count", "attributes" FROM "player_inboxit
ems" WHERE "player_id" = 1 ORDER BY "sid" DESC
but i cant find the solution, and it is causing the characters to not save at the logout, so they just rollback to lvl 8.
does anyone know what's the query to solve this isue? or anyone got that table so i can figure out a solution?


---Btw i just found something rlly weird, i went to my dp and i noticed that i have a dp inside my dp(double depot, double inbox and double marketplace) wtf, when i opened it the server lagged out.
 
Back
Top