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

need help have bug :s

Oldschool'er

Tibia since 1998'
Joined
Dec 14, 2010
Messages
2,198
Reaction score
149
Location
United States
yes i ran my server and im getting this error
Code:
[07/08/2012 21:43:34] OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such table: z_ots_comunication (SELECT * FROM z_ots_comunication WHERE "type" = 'login';)
[07/08/2012 21:43:34] Error during getDataInt(vipdays).

how can i fix it? :s ill Rep++!
 
localhost/phpmyadmin go to ur database then click on query windows (circle on image), then paste that cyko's code:

help.jpg

Code:
ALTER TABLE accounts ADD "vipdays" INTEGER(10) UNSIGNED NOT NULL DEFAULT 0;

Then click on Go, save, w/e.
 
Back
Top