when i tried synchronyse my roster with Armory Synch i have this message error return
SELECT members.name FROM `roster_members` members LEFT JOIN `roster_players` players ON members.name = players.name WHERE members.level >= 10 AND ( ISNULL(players.name) OR STR_TO_DATE(players.dateupdatedutc,'%m/%d/%y %H:%i:%s') <= DATE_SUB(NOW(), INTERVAL 24 HOUR) ) ORDER BY members.last_online DESC
Found 50 players.
GetContentFileSocket: /guild-info.xml?r=Medivh&n=Broc%C3%A9liande+Brothers, 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 /guild-info.xml?r=Medivh&n=Broc%C3%A9liande+Brothers 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=fr_fr;
HTTP/1.1 500 Internal Server Error Date: Wed, 23 May 2007 09:07:24 GMT Server: Apache Content-Language: fr-FR Connection: close Transfer-Encoding: chunked Content-Type: text/xml;charset=UTF-8 9d 0
CRITICAL ERROR: Incomplete Data for Guild.
What can i do?
I've tried with curl function but it seems that my provider don't allow to use it. So i've tried whith FileSocket and that's the return message i have.
Anyone i've an idea? What can i do?