First of all GOOD job with these great addon!
I don't known if I'm the only one that i get these error.
When i make a complete guild member update. ALL characters that are currently uploaded two or three weeks before with armoresync get the error:
"Profile is too old"
Looking at debug info i get next data for timestamp
'timestamp' => array(
'init' => array(
'DateUTC' => '2007/10/23/ 00:00:00',
'datakey' => 'EU:'
)
When today are 10/24 2:37
I replace the on armorysync.class.php the next line
- Code: Select all
$this->data["timestamp"]["init"]["DateUTC"] = $this->_get_date($char->lastModified);
to these
- Code: Select all
$this->data['timestamp']['init']['DateUTC'] = gmdate('Y-m-d H:i:s');
And get works and update all characters without problems...
But... because i get "/" separators ? and not "-"
Using v2.6.0.274 and WoWRoster v1.9.9.1404 ^^
I'm trying to update from European server "Zul'jin" guild "Asphelt Knights".
Thanks for your work! take your time... its NOT a job!
And Best Regards!