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

whocke

New Member
Joined
Sep 13, 2011
Messages
21
Reaction score
0
Code:
[23/9/2011 16:13:14] mysql_real_query(): UPDATE `guild_wars` SET `status` = 5, `end` = 1316787194 WHERE `status` = 1 AND `end` > 0 AND `end` < 1316787194; - MYSQL ERROR: Table 'vendera.guild_wars' doesn't exist (1146)
[23/9/2011 16:13:14] mysql_real_query(): DELETE FROM `guild_wars` WHERE `status` = 0 AND `begin` < 1316614394; - MYSQL ERROR: Table 'vendera.guild_wars' doesn't exist (1146)

Please help me!
 
Do you even have warsystem? Because you are supposed to execute SQL's to the database. When you haven't done that it will show errors like that.

Just look at that :p
Code:
MYSQL ERROR: Table 'vendera.guild_wars' [COLOR="#FF0000"][B]doesn't exist[/B][/COLOR]
 
Back
Top