Fixes for Version 253

Sync Blizzards' Armory data with WoWRoster (addon depreciated no longer works see ApiSync)

Moderators: Ulminia, poetter

Re: Fixes for Version 253

Postby robobeat » Thu Sep 13, 2007 3:06 am

poetter wrote:So you commented out the unneeded languages?


yes, I did, and its now working. I am running the armorysync right now, if you take a look now you see that he is updating all members now.
robobeat
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Fri Jul 07, 2006 7:59 am

Re: Fixes for Version 253

Postby avatar_bc » Sun Sep 16, 2007 11:34 am

poetter wrote:@avatar_bc : What language are you using? Did you edit localization.php? Did you comment in your locale in talents.php?


I'm using US English. And I hadn't uncommented my locale, and commented out the unused languages as stated in a previous post. Just did all that and waiting to see if it will work.

Great Add-on btw.
Image
User avatar
avatar_bc
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Fri Jun 29, 2007 4:03 am

Re: Fixes for Version 253

Postby Crazy » Wed Sep 19, 2007 2:37 pm

About talents.php, it contains some ISO/UTF8 conversion errors in the french description of talents.
Nothing goes wrong when executing Armory Sync, but another Addon "Talented" does not work anymore.

Here's talents.php modified for french users.
These modifications should be integrated in the next ArmorySync versions (for Wowroster 1.7.x or 2.0.x)
Attachments
talents_frfr.zip
(53.43 KiB) Downloaded 353 times
Last edited by Crazy on Wed Sep 19, 2007 2:38 pm, edited 1 time in total.
Crazy
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Wed Nov 29, 2006 12:15 pm

Fixes for Version 253

Postby poetter » Wed Sep 19, 2007 3:17 pm

Hi,

i don't know if there will be a new version of ArmorySync 253. Heavily working on 2.6 beta, in which this file is not needed anymore. Infos are directly fetched from Blizzard.

Anyway. If there will be a next 253 version i'll integrate it. thx man
Image
User avatar
poetter
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 462
Joined: Sat Jun 30, 2007 9:41 pm
Location: Germany/Hamburg

Re: Fixes for Version 253

Postby avatar_bc » Thu Sep 20, 2007 5:57 am

Just wanted to post a reply saying that the talents do indeed update now if you uncomment the language listing for your area.

Thanks for the help.
Image
User avatar
avatar_bc
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Fri Jun 29, 2007 4:03 am

Fixes for Version 253

Postby poetter » Fri Oct 05, 2007 9:03 pm

Hi,

i updated the archive with a new version. this one should fix the update time problem. please adjust your config.php with your local month names.
Image
User avatar
poetter
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 462
Joined: Sat Jun 30, 2007 9:41 pm
Location: Germany/Hamburg

Re: Fixes for Version 253

Postby Bludshank » Sun Oct 14, 2007 3:47 am

avatar_bc wrote:Just wanted to post a reply saying that the talents do indeed update now if you uncomment the language listing for your area.

Thanks for the help.


I just don't get what/where you are uncommenting the language. I'm using the en_us language too, but talents are not working for me. I've even removed all other languages from the talents.php file.

From what I'm seeing the lines for en_us were already uncommented in talents.php (meaning no preceeding // for each line).

I've checked and rechecked the config.php and localization.php....but still no success.
Bludshank
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Sat Jul 15, 2006 4:15 am

Re: Fixes for Version 253

Postby Augustin » Thu Nov 08, 2007 8:24 am

Some Icons in the talent trees don't display:
(The following lines are missing or referring to nonexisting icons)

$talentIcons["mage"][2][2][3] = "";
$talentIcons["mage"][3][2][1] = "";
$talentIcons["Paladin "][1][1][7] = "";
$talentIcons["Hunter"][2][1][5] = "";
$talentIcons["Hunter"][3][1][5] = "";
$talentIcons["Hunter"][3][2][1] = "";

Easily checked by looking at a Hunter Marksmanship Talentree directly after armorysynch. Its because of mixed up indexes, missing or wrong entries - I fixed them for me, but I doubt my icons are the right ones, so I do not post them here.

Just a suggestion: The other thing people always seem to stumble over is the oversized talents.php file. Ever thought of splitting it up in several files and including the right one depending on the language version?

Really great tool! At last the roster is not dependend on grumpy guildies any more but can take care of itself.

Three cheers for the developer!

Hooray! Hooray! Hooray!
Last edited by Augustin on Fri Nov 09, 2007 12:39 am, edited 2 times in total.
Augustin
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Thu Nov 08, 2007 3:08 am

Fixes for Version 253

Postby Jayfoot » Wed Nov 14, 2007 3:34 am

***Edit***
Perhaps I shouldn't try this on a Tuesday when the servers are down. I just restarted this and it is starting to poll our guild information and it is on character 5 of 350. Guess I will just let it run and see what it looks like in the morning. (I am doing this from at work)
:roll:
Last edited by Jayfoot on Wed Nov 14, 2007 8:10 am, edited 2 times in total.
User avatar
Jayfoot
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Mon Jul 17, 2006 11:07 pm

Re: Fixes for Version 253

Postby mommel » Mon Nov 26, 2007 9:42 pm

I'm allways getting
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 4980736 bytes) in .../ArmorySynch/talents.php on line 7131


what do i wrong i'm using 1.7.3 and this version of as
mommel
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Sun Nov 25, 2007 8:39 pm

Fixes for Version 253

Postby poetter » Mon Nov 26, 2007 9:52 pm

Nothing. It is just that your webhoster does not allow more memory for php that 8MB, which is very low. Try another webhoster
Image
User avatar
poetter
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 462
Joined: Sat Jun 30, 2007 9:41 pm
Location: Germany/Hamburg

Fixes for Version 253

Postby mommel » Mon Nov 26, 2007 10:41 pm

this is not low its the standart for apache webservers, but i can change the apache.conf i yust thougt there was another problem that it uses so much memory
mommel
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Sun Nov 25, 2007 8:39 pm

Previous

Return to ArmorySync - Depreciated

Who is online

Users browsing this forum: No registered users and 1 guest

cron