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

MxSoft

Leave Tibia, Live Life.
Joined
Dec 22, 2009
Messages
1,804
Solutions
1
Reaction score
44
Location
Mexico
IM getting this msg in my console and people cant log in:
Code:
Error during getDataLong(offlinetraining).
mysql_real_query(): INSERT INTO `player_storage` (`player_id`, `key`, `value`) VALUES (276,'','1'),(276,'10000','27'),(276,'10001501','393219'),(276,'10001502','589827'),(276,'10001503','1245187'),(276,'34231','1346475783'),(276,'42300','0'),(276,'42301','0'),(276,'42302','0'),(276,'42303','0'),(276,'42304','0'),(276,'42305','0'),(276,'42306','0'),(276,'42307','0'),(276,'42308','0'),(276,'42309','0'),(276,'42310','0'),(276,'42311','0'),(276,'42312','0'),(276,'42313','0'),(276,'42314','0'),(276,'42315','0'),(276,'42316','0'),(276,'42317','0'),(276,'42318','0'),(276,'42319','0'),(276,'42320','0'),(276,'42321','0'),(276,'42322','0'),(276,'42323','0'),(276,'42324','0'),(276,'42325','0'),(276,'42326','0'),(276,'42327','0'),(276,'42328','0'),(276,'42329','0'),(276,'42350','0'),(276,'42352','0'),(276,'42355','0'),(276,'99963','1'),(276,'99964','1'),(276,'offlinetra','1346483271'),(276,'offlinetrainingthink','1346486255') - MYSQL ERROR: Duplicate entry '276-offlinetra' for key 'player_id_2' (1062)
 
Try to re-install database, that might help.

What error saying:
OFC console error telling you what you need to instert into player storage table in db. Try to insert those things.
You got problems with offlinetraining system, if you got low/mid exp you shouldnt use that, if high exp, you need to repair script and database.

EDIT:

If you got backup of server files, try to restore them
 
Back
Top