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 PleegWat » Sat Jan 20, 2007 6:21 am

The guild bank addon is not supported here. The problem is in the changed itemID's. Check the guild bank forum, I'm quite sure there's a fix there.
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 dmentia » Sun Jan 21, 2007 4:16 am

Here is the Error I get after updating these files:

Parsing files

Parsed CharacterProfiler in 0.54 seconds

Realm: Muradin Ignored
Could not find guild in database. Please update members first.Server: Muradin Ignored
NOT Updating Guild list for ȶil Inc
Data is from GuildProfiler v
The version of GuildProfiler used to capture data for this guild is older than the minimum version allowed for upload.
Please ensure you are running at least v2.0.0
Guild: Èvil Inc @ Server: Dethecus Ignored

I am running the most upto date files listed on this site.
Last edited by dmentia on Sun Jan 21, 2007 4:17 am, edited 1 time in total.
dmentia
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Mon Dec 25, 2006 10:19 pm

WoWRoster and wow 2.0.3

Postby mrdummy » Sun Jan 21, 2007 12:33 pm

No!!! The lua parser is now crazy again. With Characterprofiler 2.0.5a and Guildprofiler 2.0.5 eveything goes smoothly with patched files, but now i have big backtrace with errors.
Code: Select all
Backtrace (most recent call last):

    * File: /var/www/gerjan/mrdummy.mine.nu/htdocs/fromtheashes/modules/wowrosterx/lib/commonfunctions.lib.php
          o line 248
          o function called: backtrace
    * File: /var/www/gerjan/mrdummy.mine.nu/htdocs/fromtheashes/modules/wowrosterx/lib/wowdb.php
          o line 265
          o function called: die_quietly
          o args: Invalid query result passed, Roster DB Layer
    * File: /var/www/gerjan/mrdummy.mine.nu/htdocs/fromtheashes/modules/wowrosterx/addons/siggen/trigger.php
          o line 90
          o function called: free_result
          o args:
    * File: /var/www/gerjan/mrdummy.mine.nu/htdocs/fromtheashes/modules/wowrosterx/lib/update_trigger_lib.php
          o line 84
          o function called: include
          o args: /var/www/gerjan/mrdummy.mine.nu/htdocs/fromtheashes/modules/wowrosterx/addons/siggen/trigger.php
    * File: /var/www/gerjan/mrdummy.mine.nu/htdocs/fromtheashes/modules/wowrosterx/update.php
          o line 334
          o function called: start_update_trigger
          o args: Zezzo, guild
    * File: /var/www/gerjan/mrdummy.mine.nu/htdocs/fromtheashes/modules/wowrosterx/update.php
          o line 181
          o function called: processGuildRoster
args: Array ( [Bloodhoof] => Array ( [Guild] => Array ( [From The Ashes] => Array ( [Locale] => enUS [GPprovider] =>
rpgo [Server] => Bloodhoof [Created] => 2006-11-27 [NumAccounts] => 44 [DBversion] => 2.0.0 [ScanInfo] =>
Array ( [Character] => Ranmachan [IsGuildLeader] => ----and much much data from guild ----

Below this part code is the parsed data from mw character.
There is possibility that there is strange guild name inside.

Can you verify what is going on here? I cannot not update the wowroster db with this error. Thank you. :)

(The fix for level 70 and 375 skill is very easy in another post... that is easy to edit)
mrdummy
WR.net Apprentice
WR.net Apprentice
 
Posts: 13
Joined: Wed Jan 17, 2007 7:14 pm

WoWRoster and wow 2.0.3

Postby PleegWat » Sun Jan 21, 2007 12:50 pm

This bug is actually in the updated trigger file for siggen. The logic isn't quite right. Zanix will have to look at it.
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

Re: WoWRoster and wow 2.0.3

Postby mrdummy » Sun Jan 21, 2007 8:28 pm

Must i remove siggen now until the bug is fixed?
Or shall i wait?
mrdummy
WR.net Apprentice
WR.net Apprentice
 
Posts: 13
Joined: Wed Jan 17, 2007 7:14 pm

WoWRoster and wow 2.0.3

Postby zanix » Sun Jan 21, 2007 8:31 pm

I dunno what up with that error
Any more info you can give?
Site links?

Also, can you make a new post in my forum section for SigGen?
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

WoWRoster and wow 2.0.3

Postby dmentia » Sun Jan 21, 2007 11:01 pm

Still no support addressing my error and as to why 2 servers are listed when I am only configuring the site for one.
dmentia
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Mon Dec 25, 2006 10:19 pm

WoWRoster and wow 2.0.3

Postby PleegWat » Mon Jan 22, 2007 4:49 am

What's going on here is this: A file (siggen's trigger.php) is calling $wowdb->free_result(false). Most databases only throw a notice on this, but since some installs seem to die on it for some reason a check got added. Zanix should look up in his siggen code, and make sure it doesn't attempt to run $wowdb->free_result() on a query that produced an error.
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 zanix » Mon Jan 22, 2007 5:21 am

Thanks pleeg
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

WoWRoster and wow 2.0.3

Postby dmentia » Mon Jan 22, 2007 10:26 am

is there anything I can change to fix this with out waiting for an update? My guild is anxious for the Guild bank option as we have 3 mules all full and frankly it takes me nearly a full day to list them on the web forum.
dmentia
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Mon Dec 25, 2006 10:19 pm

Re: WoWRoster and wow 2.0.3

Postby Malkom » Mon Jan 22, 2007 11:32 am

mrdummy wrote:No!!! The lua parser is now crazy again. With Characterprofiler 2.0.5a and Guildprofiler 2.0.5 eveything goes smoothly with patched files, but now i have big backtrace with errors.


Do you still have version 2.0.5a for the CP addon ? Because there is a version 2.0.5b since 8 days...
Image
User avatar
Malkom
WR.net Journeyman
WR.net Journeyman
 
Posts: 144
Joined: Tue Jan 09, 2007 11:02 am
Location: France - 91 - Longjumeau

WoWRoster and wow 2.0.3

Postby greenleaf108 » Mon Jan 22, 2007 6:35 pm

Nice, patch worked perfectly. No more guild bank or upload errors. :)
greenleaf108
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Mon Jan 22, 2007 6:29 pm

Re: WoWRoster and wow 2.0.3

Postby mrdummy » Mon Jan 22, 2007 6:57 pm

Malkom wrote:
mrdummy wrote:No!!! The lua parser is now crazy again. With Characterprofiler 2.0.5a and Guildprofiler 2.0.5 eveything goes smoothly with patched files, but now i have big backtrace with errors.


Do you still have version 2.0.5a for the CP addon ? Because there is a version 2.0.5b since 8 days...


My bad, it's indeed 2.0.5b. I have removed siggen, then i can upload the profiles and all works perfectly.
mrdummy
WR.net Apprentice
WR.net Apprentice
 
Posts: 13
Joined: Wed Jan 17, 2007 7:14 pm

Re: WoWRoster and wow 2.0.3

Postby Volos-KK » Mon Jan 22, 2007 8:31 pm

I have found a bug, if the character has no talent points at all, a character under level 10, they roster wont upload the data and parse it. Seems the LUA doesnt put a ["TalentPoints"] = 0, if the character isnt high enough to use points yet. I had to add that to each character in my LUA file that was below the talent point level.

I have downloaded 2.0.5b of the profiler if that helps any.
Volos-KK
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Wed Jul 26, 2006 1:30 am

WoWRoster and wow 2.0.3

Postby madmanu » Tue Jan 23, 2007 5:55 am

Hello
first thank's for the great work you've done.
Everything is working fine on my roster, except for a warning during guild update for each character

[ xxxx ]
Warning: Invalid argument supplied for foreach() in /blablabla/roster/lib/update_trigger_lib.php on line 73

Do you know where it is coming from?

My roster in french.
madmanu
WR.net Apprentice
WR.net Apprentice
 
Posts: 13
Joined: Tue Aug 29, 2006 1:50 pm

PreviousNext

Return to General Support & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest

cron