SQL -Fehler - Printable Version +- TWLan Forum (https://twlan.org) +-- Forum: Legacy (https://twlan.org/forumdisplay.php?fid=61) +--- Forum: TWLan 1.x (DSLan) (https://twlan.org/forumdisplay.php?fid=62) +---- Forum: Deutsche Community (https://twlan.org/forumdisplay.php?fid=65) +----- Forum: Fragen & Probleme (https://twlan.org/forumdisplay.php?fid=7) +----- Thread: SQL -Fehler (/showthread.php?tid=1087) |
SQL -Fehler - Narutofan XXl - 30.01.2009 mal wieder beim login ein fehler den ich nicht zu deuten weiß : PHP Code: Sql Fehler: SELECT Count(id) As exist_village,userid,id,name,x,y,continent,r_wood,r_stone,r_iron,last_prod_aktu,r_bh,control_villages,recruited_snobs,attacks,agreement,agreement_aktu,dealers_outside,create_time,main,barracks,stable,garage,snob,smith,place,market,wood,stone,iron,farm,storage,hide,wall,unit_spear_tec_level,unit_sword_tec_level,unit_axe_tec_level,unit_light_tec_level,unit_heavy_tec_level,unit_ram_tec_level,unit_catapult_tec_level,unit_archer_tec_level,unit_marcher_tec_level from villages where id='1' GROUP BY userid,id,name,x,y,continent,r_wood,r_stone,r_iron,last_prod_aktu,r_bh,control_villages,recruited_snobs,attacks,agreement,agreement_aktu,dealers_outside,create_time,main,barracks,stable,garage,snob,smith,place,market,wood,stone,iron,farm,storage,hide,wall,unit_spear_tec_level,unit_sword_tec_level,unit_axe_tec_level,unit_light_tec_level,unit_heavy_tec_level,unit_ram_tec_level,unit_catapult_tec_level,unit_archer_tec_level,unit_marcher_tec_level RE: SQL -Fehler - SlimShady95 - 30.01.2009 (30.01.2009, 19:13)Narutofan XXl Wrote: MySql Error: Unknown column 'unit_archer_tec_level' in 'field list'[/php] Scheint wohl ein Fehler mit den Tech-Level von den Bogenschützen sein!? Check this ma MfG Manuel RE: SQL -Fehler - -superking- - 30.01.2009 du hast die unitconfig geändert, oder? musst die tabellen noch anpassen RE: SQL -Fehler - Narutofan XXl - 30.01.2009 gehts auch wenn ich die einheit nochmal per einheiten ersteller drauf mach? RE: SQL -Fehler - SlimShady95 - 30.01.2009 Müsste scho gehen, also bei mir gehts RE: SQL -Fehler - Narutofan XXl - 30.01.2009 Problem gelöst jetz is nur noch das : http://dslan.gfx-dose.de/thread-1074-post-12219.html#pid12219 |