jx4nk00 Posted April 25, 2012 Share Posted April 25, 2012 Hola querida comunidad, Me encuentro luchando con un problema, que ya me está sobrepasando, por lo que recurro a la comunidad u.u ... Les cuento: Actualice mi servidor hace un par de días svn update y luego de eso lo levanté ./athena-start start y voy a mi cliente, pongo mi usuario, mi password y logeo ( veo mis Char's ), pero cuando solecciono 1 me dice "Disconected from server" y en mi screen de ssh me sale lo siguiente: : DB error - Unknown column 'elemental_id' in 'field list'[Debug]: at char.c:1033 - 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`,`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` FROM `char` WHERE `char_id`=? LIMIT 1[status]: Char-server 'AkronRO' has disconnected.[status]: Attempting to connect to Char Server. Please wait.[status]: Connecting to 127.0.0.1:6121[Error]: make_connection: connect failed (socket #5, error 111: Connection refused)!si alguien conoce la solucion, que sea amable please!!PD: intente lo siguiente: borrar toda la carpeta trunk, bajarla nuevamente con svn checkout blablablay modifique todo a mano nuevamente, pero es lo mismo ,SALUDOS y Muchas Gracias !Solucionado:con este Query[color=#465584][font=Courier,]ALTER TABLE `char` ADD COLUMN `elemental_id` INTEGER UNSIGNED NOT NULL DEFAULT '0' AFTER `homun_id`;[/font][/color][font=Courier,]Para que lo recuerden ! [/font][font=Courier,]gracias igual[/font] Link to comment Share on other sites More sharing options...
Shinju Posted April 27, 2012 Share Posted April 27, 2012 Solucionado Cierro Link to comment Share on other sites More sharing options...