Hello,
I'm running wowroster v1.9.9.1389 with ArmorySync-svn[268]. I've turned off ajax and ArmorySync seams to be updating the characters and guild data. The problem I'm having is when I view the Character page it's giving me in a grey box:
array(
'General' => array(
'Name' => 'Guild Tabard ',
'ItemId' => '5976:0:0:0:0:0:0:0',
'ItemColor' => '9d9d9d',
'Icon' => 'inv_shirt_guildtabard_01',
'Slot' => 'Tabard',
'Parent' => 'equip',
'Tooltip' => 'Guild Tabard <br />Tabard<br /><br />Source: Vendor',
'Locale' => 'enUS'
),
'Attributes' => array(
'Quality' => array(
'Id' => 1,
'Name' => 'poor'
),
'Quantity' => 1,
'ArmorSlot' => 'Tabard'
)
);
PHP erros are:
lib/item.php
Roster Notice line 1188: Failed to Parse "Guild Tabard": [5976:0:0:0:0:0:0:0] (enUS) colorToolTip() used
Source: Vendor
Roster Notice line 1188: Failed to Parse "Guild Tabard": [5976:0:0:0:0:0:0:0] (enUS) colorToolTip() used
Source: Vendor
Then non of the armor shows up on the characters, except what is shown in the error, on other characters it shows a different piece of armor, but they always show up in the Tabard part of the character screen.
I'm not sure what I need to change to fix this, the character I've updated using the characterprofiler.lua file is working correctly.
Thank you.