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

Some errors when saving.

slaw

Software Developer
Joined
Aug 27, 2007
Messages
3,682
Solutions
126
Reaction score
1,123
Location
Germany
GitHub
slawkens
I'm using TFS v0.2.6 but without revsys, compiled by me from sources.


While saving players i sometimes get this errors:

Code:
> MySQL ERROR mysql_real_query: INSERT INTO `player_viplist` (`player_id`, `vip_id` ) VALUES (27,6),(27,7),(27,9),(27,16),(27,20),(27,22),(27,43),(27,50),(27,58),(27,62),(27,113),(27,117) Cannot add or update a child row: a foreign key constraint fails (`otserwer/player_viplist`, CONSTRAINT `player_viplist_ibfk_2` FOREIGN KEY (`vip_id`) REFERENCES `players` (`id`) ON DELETE CASCADE)
> MySQL ERROR mysql_real_query: INSERT INTO `player_viplist` (`player_id`, `vip_id` ) VALUES (43,7),(43,16),(43,20) Cannot add or update a child row: a foreign key constraint fails (`otserwer/player_viplist`, CONSTRAINT `player_viplist_ibfk_2` FOREIGN KEY (`vip_id`) REFERENCES `players` (`id`) ON DELETE CASCADE)
And i'musing latest database strukture from revsys. It is possible, that my engine without revsys is out of date?
or

Code:
Error while saving player: Blade
Error while saving player: xxxx

ANd players msg me that they have lost items from depo. How it is possible? Becouse only somepoeples lost, but others no.
 
I had that problem on 0.2.6 and on the latest revs, but I've never gotten a save problem on 0.2.5.(Except from the houses on crash)
 
Someone can help a little more? =\

And when i'm trying latest Forgotten v 0.2.6 CONSOLE, when i'll try to close sever by "x" Then i get errors, that instruction can't be "read"
 
Back
Top