• 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_real_query error

tompan

Member
Joined
Dec 13, 2008
Messages
646
Reaction score
24
Location
Sweden
Code:
mysql_real_query(): INSERT INTO 'tiles' ('id,'x','y','z') VALUES(7362, 1773, 1305, 5): MYSQL ERROR: Cannot add update a child row: a foreign key constraint fails ('testar', tiles', CONSTRAINT

and it spams this when i shutdown the server.

using tfs 0.3.6.
ModernAAC-trunk.r265.tar
some tfs.sql that works with my modern aac.

any suggestions?
 
how come you don't have it? the default 0.3.6 config.lua has it
Subversion

and you're supposed to install modern aac separately, not import its tables together with tfs

is it possible to just drop this tile table?
don't drop before you change the config.lua setting and do a /save
 
Back
Top