The errors :
- Code: Select all
421 0.0049 inc/armorysyncjob.class.php ArmorySyncJob _checkAuth Checked authentication OK
137 0.0051 inc/armorysyncjob.class.php ArmorySyncJob _checkEnv Checking environment OK
143 0.0052 inc/armorysyncjob.class.php ArmorySyncJob _isRequiredRosterVersion Check required Roster version OK
148 0.0053 inc/armorysyncjob.class.php ArmorySyncJob _isRequiredArmorySyncVersion Check required ArmorySync version OK
129 0.5363 inc/armorysync.class.php ArmorySync _getCharacterInfo Parsed character infos Failed
68 0.5365 inc/armorysync.class.php ArmorySync _getRosterData Parsed all armory data Failed
972 0.5367 inc/armorysyncjob.class.php ArmorySync synchMemberByID Synced armory data Blackforest with roster Failed
....
Also some PHP errors that don't seem inoffensive to me :
- Code: Select all
lib/armory.class.php
Roster Notice line 249: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet.xml?n=Nowwhat&r=Khaz+Modan&locale=fr
addons/armorysync/inc/armorysync.class.php
Warning line 852: array_keys() [function.array-keys]: The first argument should be an array
Warning line 853: Invalid argument supplied for foreach()
Notice line 846: Undefined offset: 0
The url in here brings up the page for that character, when used in IE.
The obtained XML page seems good to me.