Tosko Posted November 8, 2013 Posted November 8, 2013 The table: char In your database is incomplete. You should try to repair that table. Compare it with the default sql file that comes with your server. Quote
Patskie Posted November 8, 2013 Posted November 8, 2013 I think you just miss a single column named playtime. Try to execute this on your database : ALTER TABLE `char` ADD COLUMN `playtime` INT(11) unsigned NOT NULL DEFAULT '0'; Quote
Question
Green
any one knows whats the problem here
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.