• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

console error

alectrona94

Member
Joined
Aug 10, 2019
Messages
143
Reaction score
7
Location
Egypt
1568227385695.png

I have this for a week now, ive checked the position on map but there's no such a position on the map the item id 2591 is for depot so any clue how i can fix this?
 
View attachment 39101

I have this for a week now, ive checked the position on map but there's no such a position on the map the item id 2591 is for depot so any clue how i can fix this?
SQL Query
Code:
DELETE FROM `tile_items` WHERE `itemtype` = NULL
 
ive tried it but still on console
SQL query is used in your database.

Step 1) close server
Step 2) run SQL Query
Step 3) open server

OoMK2uW.png
 
Try entering phpmyadmin and empty the tables 'tiles' & 'tile_items' manually.
Server should be offline when doing this and I suggest restarting your Mysql after done not sure if needed but just to get sure.
 
Back
Top