[SOLVED] Error on local server

Ask for help regarding any technical issue or report any bug or OS independent issues.
Locked
crifxer
Peon
Peon
Posts: 14
Joined: 21 May 2011, 13:56

[SOLVED] Error on local server

Post by crifxer »

Hi all
I have a problem on my local server.
At first everything was ok but now, when i log in and select my char it gives me this error:
Error
Access denied. Most Likely, there are too many players on this server.

Here a small log I hope it could help

Code: Select all

[Status]: Request for connection of crifxer (ip: 127.0.0.1).
[Notice]: Authentication accepted (account: crifxer, id: 2000004, ip: 127.0.0.1)
[Status]: Connection of the account 'crifxer' accepted.
[Info]: Closed connection from '127.0.0.1'.
[Info]: request connect - account_id:2000004/login_id1:56404480/login_id2:892495128
[Info]: Loading Char Data (2000004)
[Info]: Char load request (150004)
[SQL]: DB error - Unknown column 'attendance_count' in 'field list'
[Debug]: at char.c:1247 - SELECT `char_id`,`account_id`,`char_num`,`name`,`class`,`base_level`,`job_level`,`base_exp`,`job_exp`,`zeny`,`str`,`agi`,`vit`,`int`,`dex`,`luk`,`max_hp`,`hp`,`max_sp`,`sp`,`status_point`,`skill_point`,`option`,`karma`,`manner`,`party_id`,`guild_id`,`pet_id`,`homun_id`,`elemental_id`,`hair`,`hair_color`,`clothes_color`,`body`,`weapon`,`shield`,`head_top`,`head_mid`,`head_bottom`,`last_map`,`last_x`,`last_y`,`save_map`,`save_x`,`save_y`,`partner_id`,`father`,`mother`,`child`,`fame`,`rename`,`delete_date`,`robe`,`slotchange`,`char_opt`,`font`,`uniqueitem_counter`,`sex`,`hotkey_rowshift`,`clan_id`,`last_login`, `attendance_count`, `attendance_timer` FROM `char` WHERE `char_id`=? LIMIT 1
 
User avatar
gumi
TMW Adviser
TMW Adviser
Posts: 797
Joined: 19 May 2014, 18:18

Re: Error on local server

Post by gumi »

just apply the sql upgrade files:
make updatedb
crifxer
Peon
Peon
Posts: 14
Joined: 21 May 2011, 13:56

Re: Error on local server

Post by crifxer »

Solved! Thank you! :D
Locked