guild sync, mem list sync, and character sync should all work now
and Warlocks are not rogues any more
talent icons are still busted...



$armory->setUserAgent($userAgent);
$armory->user_agent = $userAgent;





Crazy_Land1 wrote:still get this error while trying to install
....
CREATE TABLE IF NOT EXISTS `roster_addon` ( `addon_id` int(11) NOT NULL auto_increment, `basename` varchar(16) NOT NULL default '', `version` varchar(16) NOT NULL default '0', `active` int(1) NOT NULL default '1', `access` int(1) NOT NULL default '0', `fullname` tinytext NOT NULL, `description` mediumtext NOT NULL, `credits` mediumtext NOT NULL, `icon` varchar(64) NOT NULL default '', `wrnet_id` int(4) NOT NULL default '0', `versioncache` tinytext, PRIMARY KEY (`addon_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=155 ;


var $version = '2.7.0.433'; var $wrnet_id = '0';
if( $roster_login->getAuthorized() < $addon['config'][$scope] )
if( !$roster->auth->getAuthorized($addon['config'][$scope]))


Movix wrote:hi,
will this version work in the latest WoWRosterDf version ?





open:
/addons/armorysync/inc/armorysync.class.php
find:
Code:
$armory->setUserAgent($userAgent);
change to:
Code:
$armory->user_agent = $userAgent;
ok serch for $armory-> in armorysync.class.php replace with //$armory->
the armory file is no longer used
For login php errors do:
At armorysyncjob.class.php around line 1141
search:
Code:
if( $roster_login->getAuthorized() < $addon['config'][$scope] )
change to:
Code:
if( !$roster->auth->getAuthorized($addon['config'][$scope]))
147 0.0839 inc/armorysync.class.php ArmorySync _getCharacterInfo Parsed character infos Failed
86 0.0841 inc/armorysync.class.php ArmorySync _getRosterData Parsed all armory data Failed
972 0.0841 inc/armorysyncjob.class.php ArmorySync synchMemberByID Synced armory data Ragnoraxx with roster Failed
addons/armorysync/inc/armorysync.class.php
Notice line 319: Undefined variable: armory
Notice line 321: Undefined variable: realm
Notice line 321: Undefined variable: name
Warning line 1632: Missing argument 3 for ArmorySync::getCharacterData(), called in /home/owsdl/public_html/wowroster/addons/armorysync/inc/armorysync.class.php on line 321 and defined
Notice line 1634: Undefined variable: guild
Notice line 1754: Undefined property: ArmorySync::$debug_url
Notice line 1473: Use of undefined constant USE_CURL - assumed 'USE_CURL'



Users browsing this forum: No registered users and 0 guests