Bug Tracker

Roster modified to work with multiple guilds, or characters with no guild
WoWRoster v2.0.0 and later now includes this feature

Bug Tracker

Postby zanix » Sat Oct 07, 2006 1:44 am

Yes, Cat. guildbank is still an addon for roster

The only reason it comes with roster is because the author of that addon is on the dev team
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Bug Tracker

Postby Ghuda » Tue Oct 10, 2006 4:02 pm

Problem with French localisation ans instances keys.

Correctd by replacing

$items = $inst_keys[$row['clientLocale']]['Alliance'];

with
$items = $inst_keys[$row['clientLocale']]['A'];

in memberinst.php
Ghuda
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 40
Joined: Thu Oct 05, 2006 7:18 pm

Bug Tracker

Postby Ghuda » Tue Oct 10, 2006 8:13 pm

An issue with priest spell book in French. One school is "Magie de l'ombre". To work correctly change

Code: Select all
            $sqlquery = "SELECT * FROM `".ROSTER_SPELLTABLE."` WHERE `member_id` = '".$this->data['member_id']."' AND `spell_type` = '".$tree[$t]['name']."' ORDER BY `spell_name`;";

to
Code: Select all
                                $spell_type=preg_replace('|\'|', '\\\'', $tree[$t]['name']);
            $sqlquery = "SELECT * FROM `".ROSTER_SPELLTABLE."` WHERE `member_id` = '".$this->data['member_id']."' AND `spell_type` = '".$spell_type."' ORDER BY `spell_name`;";

in lib/char.php
Ghuda
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 40
Joined: Thu Oct 05, 2006 7:18 pm

Bug Tracker

Postby bogmore » Mon Nov 27, 2006 6:43 pm

Faction Pic does not appear. Changed name of file with a capital letter for Alliance and Horde bmp file in /img folder and it works.

Icon for Riding skill does not appear although it does give the correct skill for it. File name it's looking for is .jpg with nothing before the dot. Looks like it's not picking the mount up.

/img/Interface/Icons/.jpg
User avatar
bogmore
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Mon Nov 27, 2006 7:27 am
Location: Hull, England

Bug Tracker

Postby Minipain » Tue Jan 02, 2007 1:04 pm

Also in update.php the error reports that $wowdb->setSQLDebug($roster_conf['sqldebug']);
is wrong
Parse error: parse error, unexpected $ in /var/www/vhosts/dalethfc.com/subdomains/wow/httpdocs/wowroster/update.php on line 56
User avatar
Minipain
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Fri Jul 21, 2006 4:18 pm
Location: UK

Bug Tracker

Postby Minipain » Wed Jan 03, 2007 7:36 am

I removed the bit this refers to,, but now menu is saying about a divide by zero on line 104 in /lib/menu.php
User avatar
Minipain
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Fri Jul 21, 2006 4:18 pm
Location: UK

Re: Bug Tracker

Postby [PUPPETS]Gonzo » Wed Jan 03, 2007 7:43 am

Minipain wrote:I removed the bit this refers to,, but now menu is saying about a divide by zero on line 104 in /lib/menu.php


Your roster is too old - wait for an 1.72 compatible public roster to be released
User avatar
[PUPPETS]Gonzo
WR.net Apprentice
WR.net Apprentice
 
Posts: 50
Joined: Tue Aug 22, 2006 12:46 am
Location: Frankfurt, Germany

Re: Bug Tracker

Postby Rapace » Tue Feb 13, 2007 10:52 am

Hi there!

I have this problem:

Code: Select all
NOT Updating character [Character]
Data is from CharacterProfiler v
The version of CharacterProfiler used to capture data for this character is older than the minimum version allowed for upload.
Please ensure you are running at least v1.0.0 and have logged onto this character and saved data using this version.


I'm using the last version of Cprofiler. :scratch:
User avatar
Rapace
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Wed Jul 26, 2006 4:35 pm

Bug Tracker

Postby zanix » Tue Feb 13, 2007 12:09 pm

Public Roster cannot handle data from CP 2.0 and WoW 2.0+
Wait for these guys to get it fixed
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Bug Tracker

Postby Rapace » Tue Feb 13, 2007 12:59 pm

zanix wrote:Public Roster cannot handle data from CP 2.0 and WoW 2.0+
Wait for these guys to get it fixed


TY!
User avatar
Rapace
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Wed Jul 26, 2006 4:35 pm

Previous

Return to Public Roster

Who is online

Users browsing this forum: No registered users and 1 guest

cron