Jump to content

xD5

Members
  • Posts

    21
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by xD5

  1. ok now works fine all

    but i get 20 % on my chars this debug error

    ERROR [26-11-2010 19:25:10]: Characters::BuildCharacter : player 38434 (XXXX) does not have any data in `armory_character_stats` table (SQL update to Characters DB was not applied? / Character was not saved in game? / Server core was not patched?)

    any idea what is wrong, 80 % all good with my chars on the arsenal

    did you apply the sql in tools/mangos/sql/ <?

    anyway. tested with IE9 beta and when i click on the achievements/statistics tab it shows this:

    @import "_css/master.css"; @import "shared/global/menu/topnav/topnav.css"; @import "_css/int.css"; @import "_css/_lang/en_gb/language.css"; @import "_css/_region/eu/region.css";

    also. I still get these

    DEBUG [27-11-2010 15:35:47]: ArmoryDatabaseHandler::_query : unable to execute SQL query (SELECT `gmlevel` FROM `account` WHERE `id`=123 LIMIT 1). MySQL error: "Unknown column 'gmlevel' in 'field list'" (Error #1054)

    I'm using trinity

  2. xD5: I have this problem too, problem is in FULL SQL packages, it isnt correct ( I dont know if all, but most of them :-( ), but I found correct package: wowarmory_rc1_r214.7z, unpack it, apply it, and after you must apply next updates from updates folder, so:

    armory_r215_armory_achievement_criteria.sql, armory_r221_armory_instance_template.sql, etc...Its working for me now ;-) I hope it will help you ;-)

    For All: Tooltips and talents page works, but not on Google Chrome :-/.

    oh thanks that worked wonders :)

    btw Shadez. best if you could include a FULL dump for the latest revisions.

  3. Time for some feedback from debug logs that I've seen so far:

    Armory rev 414

    Core - Trinity

    DEBUG [09-11-2010 18:58:39]: ArmoryDatabaseHandler::_query : unable to execute SQL query (SELECT `gmlevel` FROM `account` WHERE `id`=123 LIMIT 1). MySQL error: "Unknown column 'gmlevel' in 'field list'" (Error #1054)

    No more gmlevel in account table. Its now in account_access

    DEBUG [09-11-2010 19:08:08]: ArmoryDatabaseHandler::_query : unable to execute SQL query (SELECT `name_en_gb` FROM `armory_classes` WHERE `id`=5). MySQL error: "Table 'armory.armory_classes' doesn't exist" (Error #1146)

    Don't know about this though as I imported wowarmory_rc1_r398.sql and wowarmory_spell_rc1_r398.sql from the zip. Nothing else.

  4. --------------------------------------------------------------

    POSSIBLE - FIX (armory_loader.php), Rev. 394

    --------------------------------------------------------------

    [color="darkred"]-  $utils = new Utils;[/color]
    [color="green"]+  $utils = new Utils($armory);[/color]
    
    ...
    [color="darkred"]
    -  $characters = new Characters;[/color]
    [color="green"]+  $characters = new Characters($armory);[/color]
    
    ...
    
    [color="darkred"]-  $guilds = new Guilds;[/color]
    [color="green"]+  $guilds = new Guilds($armory);[/color]
    
    ...
    [color="darkred"]
    -  $items = new Items;[/color]
    [color="green"]+  $items = new Items($armory);[/color]
    
    ...
    
    [color="darkred"]-  $mangos = new Mangos;[/color]
    [color="green"]+  $mangos = new Mangos($armory);[/color]
    
    ...
    
    [color="darkred"]-  $arenateams = new Arenateams;[/color]
    [color="green"]+  $arenateams = new Arenateams($armory);[/color]
    
    ...
    
    [color="darkred"]-  $search = new SearchMgr;[/color]
    [color="green"]+  $search = new SearchMgr($armory);[/color]
    

    --------------------------------------------------------------

    POSSIBLE - FIX (arena-team-game-chart.php), Rev. 394

    --------------------------------------------------------------

    [color="darkred"]-  $arenateams->_initTeam();[/color]
    [color="green"]+  $arenateams->InitTeam();[/color]
    

    done the 2nd part because the first part is already there but still doesnt work.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use