Non-Critical Error: Incomplete Data for Gotelich. Player has probably not updated in awhile.
Gotelich synched: 4 seconds. Total runtime: 4 seconds.
Non-Critical Error: Incomplete Data for Crago. Player has probably not updated in awhile.
Crago synched: 4 seconds. Total runtime: 8 seconds.
Non-Critical Error: Incomplete Data for Ratzifazchen. Player has probably not updated in awhile.
Ratzifazchen synched: 4 seconds. Total runtime: 12 seconds.
Non-Critical Error: Incomplete Data for Cioni. Player has probably not updated in awhile.
Cioni synched: 5 seconds. Total runtime: 17 seconds.
Non-Critical Error: Incomplete Data for Mürrich. Player has probably not updated in awhile.
Mürrich synched: 4 seconds. Total runtime: 21 seconds.
Non-Critical Error: Incomplete Data for Diederich. Player has probably not updated in awhile.
Diederich synched: 4 seconds. Total runtime: 25 seconds.
Non-Critical Error: Incomplete Data for Nekomich. Player has probably not updated in awhile.
Nekomich synched: 4 seconds. Total runtime: 29 seconds.
Non-Critical Error: Incomplete Data for Astà. Player has probably not updated in awhile.
Astà synched: 4 seconds. Total runtime: 33 seconds.
Non-Critical Error: Incomplete Data for Brôck. Player has probably not updated in awhile.
Brôck synched: 5 seconds. Total runtime: 38 seconds.
Non-Critical Error: Incomplete Data for Iselgrom. Player has probably not updated in awhile.
Iselgrom synched: 4 seconds. Total runtime: 42 seconds.
Non-Critical Error: Incomplete Data for Bassich. Player has probably not updated in awhile.
Bassich synched: 4 seconds. Total runtime: 46 seconds.
Non-Critical Error: Incomplete Data for Alyseachen. Player has probably not updated in awhile.
Alyseachen synched: 4 seconds. Total runtime: 50 seconds.
Non-Critical Error: Incomplete Data for Iladriel. Player has probably not updated in awhile.
Iladriel synched: 4 seconds. Total runtime: 54 seconds.
Non-Critical Error: Incomplete Data for Fléance. Player has probably not updated in awhile.
Fléance synched: 5 seconds. Total runtime: 59 seconds.
Non-Critical Error: Incomplete Data for Mendrâk. Player has probably not updated in awhile.
Mendrâk synched: 4 seconds. Total runtime: 63 seconds.
Non-Critical Error: Incomplete Data for Suomi. Player has probably not updated in awhile.
Suomi synched: 4 seconds. Total runtime: 67 seconds.
Non-Critical Error: Incomplete Data for Confused. Player has probably not updated in awhile.
Confused synched: 4 seconds. Total runtime: 71 seconds.
Non-Critical Error: Incomplete Data for Theldras. Player has probably not updated in awhile.
Theldras synched: 4 seconds. Total runtime: 75 seconds.
Non-Critical Error: Incomplete Data for Heimlich. Player has probably not updated in awhile.
Heimlich synched: 4 seconds. Total runtime: 79 seconds.
Non-Critical Error: Incomplete Data for Greulich. Player has probably not updated in awhile.
Greulich synched: 5 seconds. Total runtime: 84 seconds.
The strange thing is, that players Brôck and Mürrich both allready uploaded their data - but that happened more than 24 hours ago. So they should be updated - but they are listed above as well. Only one player that updated within the last 24 hours is not in the list.
Here is one more detailed debug message:
GetContentFileSocket: /character-sheet.xml?r=Das+Syndikat&n=Theldras, 1, User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
GET /character-sheet.xml?r=Das+Syndikat&n=Theldras HTTP/1.1 Host: armory.wow-europe.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2Connection: close Cookie: cookieLangId=de_de;
Non-Critical Error: Incomplete Data for Theldras. Player has probably not updated in awhile.
Theldras synched: 4 seconds. Total runtime: 84 seconds.
And this is my config.php (i had to set the minlevel to 70 otherwise the script runs into timeout).
$addon_conf['ArmorySync']['Host'] = "armory.wow-europe.com"; //European players use: armory.wow-europe.com
$addon_conf['ArmorySync']['MinLevel'] = 70; //The minimum level to be updated
$addon_conf['ArmorySync']['SynchCutoffTime'] = 24; //Time, in hours. All players who have not updated in the last (24) hours will be updated.
$addon_conf['ArmorySync']['UseCurl'] = false; //Set this to false if you want to use the original FileSocket function.
$addon_conf['ArmorySync']['DebugLevel'] = 1; //0 = no debug messages, 1 = some debug messages, 2 = verbose debug messages
$addon_conf['ArmorySync']['UpdateRoster'] = true; //Wether or not to update Roster. Useful if you're just debugging.
$addon_conf['ArmorySync']['Locale'] = $roster_conf['roster_lang']; //The language used, but default it is the language that roster is configured to.
$addon_conf['ArmorySync']['ArmoryLocale'] = strtolower(substr($addon_conf['ArmorySync']['Locale'], 0, 2)) . "_" . strtolower(substr($addon_conf['ArmorySync']['Locale'], 2, 2)); //The Locale that armory is expecting, in the format of lowercase_lowercase (ie en_us or de_de).
$addon_conf['ArmorySync']['MemberSorting'] = "members.update_time DESC"; //alternatives are "members.update_time DESC" to use the last time the member was updated