Jump to content

Shadez

Members
  • Posts

    158
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by Shadez

  1. As you all maybe already know, Blizzard has launched new WoW Community Site with new Armory in it. I've been starting to work under new version of the project which will include most of all WoWCS's features (I hope I can do it :)). So, because of it, current repository will have only high-priority updates. Also, if somebody wants to help me with development, you can contact me via Private Messages here on forum (or on GitHub.com) or via ICQ (UIN is in the profile information).

  2. Show me the source code of this page (CTRL+U).

    Edit: read your message on github.

    Warning: Unknown: open(C:\\Blizzlike 3.3.0\\Server\\tmp\\sess_a0a0b1566e9356efba25119af4639edf, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\\Blizzlike 3.3.0\\Server\\tmp) in Unknown on line 0

    It's a web-server side problem, not wowarmory issue.

  3. 1. the armory not showing all the item that characters have, nevertheless stats are shown properly.

    Can you provide more info about this? Item ID for example.

    2. whenever i try to view character talent, it goes to FILE NOT FOUND page.

    I have information about problems with talent preview on TC characters, but this issue is still not resolved yet, I'm working on it. Also, look at your debug log (http://armory_url/cache/_debug/), maybe there's some info about your problem.

  4. 2010-09-28 19:23:54 SQL: REPLACE INTO character_feed_log (guid, type, data, date, counter) VALUES('27', '1', '605', UNIX_TIMESTAMP(NOW()), 1)

    2010-09-28 19:23:54 SQL ERROR: Field 'difficulty' doesn't have a default value

    Try to update your characters DB with provided sql update in [400] revision (sql/updates folder).

  5. I noticed the guild pages don't work anymore but I am not sure if this is caused by 395 or if it already existed before this revision.

    The weird thing, the debug log doesn't show anything about this thing. Anyway this is what the page shows:

    This page contains the following errors:
    
    error on line 1 at column 20: Extra content at the end of the document
    Below is a rendering of the page up to the first error.
    
    Fatal Error:
    

    Fixed in [396] rev., thank you for report!

  6. Possible fix for those who have troubles with browsing items, characters, etc. and have SQL-related errors in debug log (unable to connect or unable to select data from original MaNGOS/TrinityCore tables such as `item_template` or `characters` (and table structure in query is fine)) - change max_connections variable in MySQL config to more higher than current (default - 100).

    Those who enabled this hack can remove it and try to launch armory after [392] revision. I've changed some code and it's really decrease connections number. But I'm still doubt about the way I've changed it. If somebody have any tips about improvements, please post it here.

  7. Second: about the tooltip error and of course the not working talent calculator in firefox - whats about the xml armory guy on http://code.google.com/p/xmlarsenal/ ? in many many cases the code of this armory looks identical and on their server page the talent calculators works fine even in firefox. Maybe you can have a look on the way he solved the problem to get it work. Or, if you can tell in which file the javascript is included, i will have a look :-)

    I think I screwed up with XML locales (talent-tree-*-*-*.xml files in _data or data directory, can't check right now), I'll try to fix this on next weekends.

    I have a small question. Does the calendar feature work? I seem to have everything else working but the calendar. Did I miss something?

    Calendar feature needs core support.

  8. Possible fix for those who have troubles with browsing items, characters, etc. and have SQL-related errors in debug log (unable to connect or unable to select data from original MaNGOS/TrinityCore tables such as `item_template` or `characters` (and table structure in query is fine)) - change max_connections variable in MySQL config to more higher than current (default - 100).

    Why you need this? I'll explain: currently, each class is inheriting from the "Armory" class (class.armory.php) and with new instance of any class script reconnects to the database which leads to these errors when the maximum allowable number of connections reaches the maximum. This is temporary hack. Until I fix this (only on next weekends or when I'll have free time (maybe earlier, maybe later)) you need to reconfigure your MySQL server.

    My apologize for the inconvenience.

  9. I am sorry I didn't copy the errors, I was in a hurry and just compiled the core without this patch.

    That's bad. If you can, please, provide these erorrs. I'm not so good at C++ programming but I don't see any reasons to compile fail.

    Edit: Weird my post count was reset to 0 and I can't find my old posts in this topic, nvm it's not a bid deal...

    Some threads in Database section were recovered from old archive after unsuccessfull maintenance.

    Hi. Can i use this armory with Amber mangos website? if can, how? Thanks shadez

    I don't know what Amber mangos website is. Wowarmory is stand-alone project and configures independently from other sites.

  10. Error comparison with non-existent characters.

    Possible Fix.

    Added in [377] revision, thank you.

    The whole .save thing in game has nothing to do with our issue. We can actually find the character within the armory. The issue that we are having here is when we select the character to view the character sheet, the armory errors out with "file not found".

    You can find character with search (`armory_character_stats` table is not checking here) but if this table have no data for selected char, you'll unable to view it on character-sheet page.

  11. I have tryed to find a fix to this on the forums.. already.. but i am having a problem with getting the site to work correctly. I am not able to see any of my characters. (all Sql is installed, .... even the Tools/characters) but it does not pull up characters... a player can log in just fine.

    any suggestions please?? and TIA

    PS nice work ....

    I need your debug log.

    why i have this error Utils::GetBookmarks : bookmarks for account 27 not found ???

    It's not error - just debug message.

×
×
  • 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