please fix updateing guild

Requests, feedback, and general discussion about WoWRoster
DO NOT post topics about WoWRoster AddOns here!

please fix updateing guild

Postby clanpunisher » Thu Jun 21, 2007 2:28 am

some bugs in 1.7.3 since 0.0.1 ?

1. if a member is updating his char, the level in players table will be updated but not in members table please fix it
so that on the index page u can see his level and u not have to do a guildupdate

2. it is possible to upload old data.
could you fix this too, just check the date in file and database


best regards kriss
Last edited by clanpunisher on Thu Jun 21, 2007 2:28 am, edited 1 time in total.
clanpunisher
WR.net Apprentice
WR.net Apprentice
 
Posts: 18
Joined: Fri Jul 07, 2006 3:00 pm

please fix updateing guild

Postby zanix » Thu Jun 21, 2007 10:37 am

#1 Has been fixed for quite some time now
wowdb.php in function update_char()
Code: Select all
        // update level in members table
        
$querystr "UPDATE `".ROSTER_MEMBERSTABLE."` SET `level` = '".$data['Level']."' WHERE `member_id` = $memberId LIMIT 1 ";
        
$result $this->query($querystr);
        if( !
$result )
        {
            
$this->setError('Cannot update Level in Members Table',$this->error());
        } 



#2 Will be fixed in Roster 1.8
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


Return to General Support & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest

cron