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

Erro sqlite3_prepare_v2()...

nykee29

New Member
Joined
Dec 24, 2010
Messages
13
Reaction score
0
Hello people of the OTLand !!!
I want a help from you're my server with an error that means boring and the following:
Code:
sqlite3_prepare_v2(): SQLITE ERROR no such column: end <UPDATE "guild_wars" SET "status" = 5, "end" = 1383516375 WHERE "status" = 1 AND "end" > 0 AND "end" < 1383515375;)

I think this will cause me future problems.
Can anyone help me solve this problem?
Thank you and I count on your help!
 
Code:
ALTER TABLE "guild_wars" ADD "end" INTEGER NOT NULL DEFAULT 0;

Post things like this in Support Board in the future. :p
 
Back
Top