HotFix for WoWRoster 1.7.2

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

WoWRoster and wow 2.0.3

Postby Legster » Fri Jan 12, 2007 8:24 am

works fine :D

only got some small error with guildbank now:

Notice: Undefined offset: 1 in /eqdkp/roster/addons/guildbank/gbank.php on line 247
Notice: Undefined offset: 2 in /eqdkp/roster/addons/guildbank/gbank.php on line 247
Notice: Undefined offset: 1 in /eqdkp/roster/addons/guildbank/gbank.php on line 247
Notice: Undefined offset: 2 in /eqdkp/roster/addons/guildbank/gbank.php on line 247

these 4 lines appear above it, bank works ok tho :D
Line 247 reads:
$real_itemid = $itemid_array[0].':'.$itemid_array[1].':'.$itemid_array[2];

since im no expert in the language i just cut off ".':'.$itemid_array[1].':'.$itemid_array[2]" from line 247 , and that got rid of the notice , but not sure if that will cause other problems down the road..

--------------------------------------------------------------------------------
Guildmaster of The Fallen Order - Bloodhoof - www.thefallenorder.com
Last edited by Legster on Fri Jan 12, 2007 8:32 am, edited 2 times in total.
User avatar
Legster
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Fri Jan 12, 2007 8:11 am

WoWRoster and wow 2.0.3

Postby Kelv » Fri Jan 12, 2007 8:37 am

Had the same issues but the 2 files at the start of this thread fixed em for me.
Last edited by Kelv on Fri Jan 12, 2007 8:39 am, edited 1 time in total.
Kelv
WR.net Apprentice
WR.net Apprentice
 
Posts: 49
Joined: Fri Dec 08, 2006 8:52 pm

Re: WoWRoster and wow 2.0.3

Postby Gholbine » Fri Jan 12, 2007 9:15 am

thom_raindog wrote:Ok.. I know this is probably a stupid question but...
WHERE can I download those patches that are being talked about here?


U can get it here
Last edited by Gholbine on Fri Jan 12, 2007 9:54 am, edited 1 time in total.
Image
User avatar
Gholbine
WR.net Apprentice
WR.net Apprentice
 
Posts: 15
Joined: Sun Aug 27, 2006 8:12 am

WoWRoster and wow 2.0.3

Postby Peacemaker » Fri Jan 12, 2007 9:48 am

Works great! Thank you!
Peacemaker
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Fri Jan 12, 2007 9:19 am

WoWRoster and wow 2.0.3

Postby Elethil » Fri Jan 12, 2007 10:07 am

Make sure your logged in or you won't see the files to download in the first post of this thread.
User avatar
Elethil
WR.net Journeyman
WR.net Journeyman
 
Posts: 147
Joined: Wed Jul 05, 2006 10:28 pm

WoWRoster and wow 2.0.3

Postby Dracoking007 » Fri Jan 12, 2007 10:32 am

Ahhh.....

My roster looks all fixed.... I was starting to pull my hair out over the last couple of days with the errors..

Thank you very, very much!!
Dracoking007
WR.net Apprentice
WR.net Apprentice
 
Posts: 9
Joined: Thu Jul 06, 2006 11:04 pm

WoWRoster and wow 2.0.3

Postby hannie » Fri Jan 12, 2007 6:10 pm

solved update and title probs - still getting a few lines of errors in the guildbank though but it is liveable until a new cp comes out - thanks for you hard work
hannie
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Tue Aug 15, 2006 2:37 am

Re: WoWRoster and wow 2.0.3

Postby smish_ » Sat Jan 13, 2007 1:19 am

I used the files on the first page and updated them all. Im still getting the gbank errors though. Not as many as there were, but like the last guy sait, theyre livable.
smish_
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Thu Dec 28, 2006 9:27 pm

WoWRoster and wow 2.0.3

Postby PleegWat » Sat Jan 13, 2007 5:39 am

CatGB is not part of the main roster, so I can't give support on it. Based on the error and the code it's appearing in though, I expect CatGB has trouble with the new (longer) itemID's
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

WoWRoster and wow 2.0.3

Postby Averen » Sat Jan 13, 2007 7:30 am

Its not that, it just pulls it apart and grabs just the first 3 sections. It's to do with some items still not having ids in the database.
User avatar
Averen
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 152
Joined: Thu Jul 20, 2006 5:18 am

WoWRoster and wow 2.0.3

Postby Gholbine » Sat Jan 13, 2007 9:10 am

I had some problem after i update the luaparse file to, undtil i change the things in the file as they write on page #2

else if($value == 'nil')
{
$value = NULL;
}
$stack[$stack_pos][1][$name] = $value;


with


else if($value == 'nil')
{
$value = NULL;
}
else if($value == 'nil, ')
{
continue;
}
$stack[$stack_pos][1][$name] = $value;


Like u most of the problem was gone only get a few arrow, but after i update the file all was gone, but dont know if u have change thoes line
Last edited by Gholbine on Sat Jan 13, 2007 9:12 am, edited 3 times in total.
Image
User avatar
Gholbine
WR.net Apprentice
WR.net Apprentice
 
Posts: 15
Joined: Sun Aug 27, 2006 8:12 am

WoWRoster and wow 2.0.3

Postby PleegWat » Sat Jan 13, 2007 3:01 pm

I think you're not using the latest version of the file. After puppets posted his additional fix I've updated the luaparser to properly solve the problem puppets fix adressed. Applying puppets fix to that updated version shouldn't make any difference at all.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

WoWRoster and wow 2.0.3

Postby Amoreesa » Sat Jan 13, 2007 5:45 pm

Thanks worked like a charm (this should have posted in the patch for the guildbank missing info dunno why it posted here)
Last edited by Amoreesa on Sat Jan 13, 2007 5:49 pm, edited 1 time in total.
Amoreesa
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Sat Jan 13, 2007 5:39 pm

Re: WoWRoster and wow 2.0.3

Postby Xaver » Sat Jan 13, 2007 7:01 pm

hi,
first of all im a noob about roster.

if installed the 1.7.2 realse on a win 2k3 ent with php 5.2 and mysql 5.0.2.7.

and also did the fix form the first post and use the cp and gp 2.0.4 version.

if i try to upload the profile i got an server errror that the connection to the serve has been reset (or con loss, depennt on the borwser).

well is there something i have todo before i could do the first upload?

Edit: sorry type misstake^^
Last edited by Xaver on Sat Jan 13, 2007 10:26 pm, edited 2 times in total.
Xaver
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Sat Jan 13, 2007 6:29 pm

WoWRoster and wow 2.0.3

Postby Gholbine » Sat Jan 13, 2007 9:11 pm

Hmm i hope u mean rpgoCP v2.0.5 and Gp V2.0.4 and not V2.9.4

After u have install it, u haveto go to the config page on the Roster and put up the site for your guild, mean write name of the Guild and name ot the server u play on, but after u have done that u should be abel to upload your profile, whitout any problem
Image
User avatar
Gholbine
WR.net Apprentice
WR.net Apprentice
 
Posts: 15
Joined: Sun Aug 27, 2006 8:12 am

PreviousNext

Return to General Support & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest

cron