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

ZNOTE Problem when creating guilds

woeterman94

Inventor
Joined
Oct 2, 2008
Messages
84
Reaction score
6
Location
Belgium
Whenever I try to create a guild on my ZNOTE AAC I get this error.


Code:
string(102) "INSERT INTO guild_membership (player_id, guild_id, rank_id, nick) VALUES ('3', '2', '', '');"
(query - SQL error)
Type: voidQuery (voidQuery is used for update, insert or delete from database)

Cannot add or update a child row: a foreign key constraint fails (forgotten.guild_membership, CONSTRAINT guild_membership_ibfk_3 FOREIGN KEY (rank_id) REFERENCES guild_ranks (id) ON DELETE CASCADE ON UPDATE CASCADE)

I'm using TFS 1.0. And yes I changed the version in the config.

How can I solve this?
 
Back
Top