Gatherer v0.9B [Roster 1.7.3 addon]

Share Gatherer and Cartographer data via your Roster

Moderator: Foxy

Gatherer v0.9B [Roster 1.7.3 addon]

Postby Foxy » Fri May 04, 2007 9:09 am

I've updated my download to correct the mistakes in the update.php and other minor fixes... added a README too (English)

I'm still at a loss as to what is causing the issues that have been reported, missing and duplicate data...

I hope to have some time soon to actually look into this but right now I'm working way to much.
Foxy
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 111
Joined: Tue Aug 22, 2006 9:49 am

Re: Gatherer v0.9B [Roster 1.7.3 addon]

Postby Syranno » Sat May 05, 2007 6:29 pm

Foxy wrote:Syranno check your database to make sure some data is being inserted when you upload your cp.lua and gatether/cartographer.lua


No, there are not entrys in table: roster_addon_gatherer_nodes

:(
Syranno
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Thu Feb 08, 2007 12:23 pm

Gatherer v0.9B [Roster 1.7.3 addon]

Postby Foxy » Mon May 07, 2007 4:16 am

When you uploaded your gather/cartographer file you did upload the CharictorProfiler.lua too correct?
Foxy
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 111
Joined: Tue Aug 22, 2006 9:49 am

Re: Gatherer v0.9B [Roster 1.7.3 addon]

Postby Tiramon » Mon May 07, 2007 10:44 pm

After long search i found at last the reason why somtimes all those nasty notices are shown at updates.php and sometimes not ...

For everyone who also wants to get this msgs away and want to have a clean update page ;)

go into addons/gatherer/functions.php

you will find 2 lines like this right in the begining

Code: Select all
ini_set('display_errors', 1);
error_reporting(E_ALL);


just put a # infront of each line and your updatescreen will look much cleaner
Last edited by Tiramon on Mon May 07, 2007 10:45 pm, edited 2 times in total.
Tiramon
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Thu May 03, 2007 5:58 pm

Re: Gatherer v0.9B [Roster 1.7.3 addon]

Postby Syranno » Mon May 07, 2007 11:11 pm

Foxy wrote:When you uploaded your gather/cartographer file you did upload the CharictorProfiler.lua too correct?


Thx Foxy, that was the reason. I didn't know, that i have to upload the charakterprofiler.lua at the same time.

Thx a lot :)
Syranno
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Thu Feb 08, 2007 12:23 pm

Gatherer v0.9B [Roster 1.7.3 addon]

Postby Foxy » Tue May 08, 2007 6:24 am

No problem, I included a README in the new package to make sure no one else post the same issue... :-D
Foxy
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 111
Joined: Tue Aug 22, 2006 9:49 am

Re: Gatherer v0.9B [Roster 1.7.3 addon]

Postby Borsti » Sat May 12, 2007 6:27 pm

I Update my gatherer addon to latest version but all nodeNumber will be insert as 0 in DB




from my Cartogragher.lua
Cartographer_HerbalismDB = {
["Azuremyst Isle"] = {
[66479103] = "Silverleaf",
[46620216] = "Silverleaf",
[44449926] = "Earthroot",
[65249286] = "Silverleaf",
[67249051] = "Earthroot",
[69699530] = "Earthroot",
[61219522] = "Peacebloom",
[70440166] = "Silverleaf",
[60689323] = "Silverleaf",
[67690358] = "Peacebloom",
[44599722] = "Silverleaf",
[68281704] = "Earthroot",
[67180682] = "Silverleaf",
[56728264] = "Silverleaf",
[49810699] = "Earthroot",
[68369939] = "Peacebloom",
[68409145] = "Peacebloom",
[61120333] = "Peacebloom",
[64530434] = "Earthroot",
[61349920] = "Peacebloom",
[56150265] = "Silverleaf",
[76631191] = "Silverleaf",
[46630373] = "Peacebloom",
[73871242] = "Silverleaf",
User avatar
Borsti
WR.net Journeyman
WR.net Journeyman
 
Posts: 87
Joined: Sat Jul 08, 2006 11:37 am
Location: Hamburg/Germany

Gatherer v0.9B [Roster 1.7.3 addon]

Postby Foxy » Sat May 12, 2007 10:26 pm

Sounds like they have changed the numbering schema... I'm moving this weekend but when I get done I will take a moment to look ath the changes ans see whats up.
Foxy
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 111
Joined: Tue Aug 22, 2006 9:49 am

Re: Gatherer v0.9B [Roster 1.7.3 addon]

Postby Gyffes » Sun May 13, 2007 9:20 pm

Hi
i have a update Problem with the gatherer.lua

the error massage is

Notice: Undefined variable: updatePvPMessages in /htdocs/wow/roster/update.php on line 595

and


Notice: Undefined index: PvpLogData in /htdocs/wow/roster/update.php on line 195

Update Log
Parsing files

Parsed CharacterProfiler in 0.66 seconds
Parsed Gatherer in 0.01 seconds


I hope you can me Help.

PS The roster adress is www.sommy.net/roster
sorry for bad english i speak only german :-(
Last edited by Gyffes on Mon May 14, 2007 3:05 am, edited 2 times in total.
Greet Gyffes

Thanks for help
Was nicht passt wird passend gemacht.
Image
User avatar
Gyffes
WR.net Apprentice
WR.net Apprentice
 
Posts: 45
Joined: Wed Sep 20, 2006 2:05 am

Gatherer v0.9B [Roster 1.7.3 addon]

Postby zanix » Mon May 14, 2007 2:13 am

This is because the update code in gather uses
error_reporting(E_ALL);

This causes all php errors to display including notices
Notices are mostly harmless

Code: Select all
Notice: Undefined variable: updatePvPMessages in /htdocs/wow/roster/update.php on line 595

Notice: Undefined index: PvpLogData in /htdocs/wow/roster/update.php on line 195

These two come from update.php itself because $updatePvPMessages and $updateData['PvpLogData'] are not initialized first before they are used.
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

Gatherer v0.9B [Roster 1.7.3 addon]

Postby Gyffes » Mon May 14, 2007 3:07 am

what can i do to fix the problem (massage)

thx for the fast replay

greets gyffes

Edit

ich have upload now the characterprofiler.lua, pvplog.lua and the gatherer.lua and i have the follow error massage (look on the Pic)
zb umlauts (ä ö ü) are changed
Attachments
error2.jpg
error2.jpg (224.76 KiB) Viewed 1237 times
error1.jpg
error1.jpg (295.65 KiB) Viewed 1237 times
Last edited by Gyffes on Mon May 14, 2007 3:22 am, edited 2 times in total.
Greet Gyffes

Thanks for help
Was nicht passt wird passend gemacht.
Image
User avatar
Gyffes
WR.net Apprentice
WR.net Apprentice
 
Posts: 45
Joined: Wed Sep 20, 2006 2:05 am

Gatherer v0.9B [Roster 1.7.3 addon]

Postby zanix » Mon May 14, 2007 3:17 am

well, one of the files in gather has
Code: Select all
error_reporting(E_ALL);

I *think* it's update.php, but I'm not sure

For Roster 1.8, all the code is ran in E_ALL so most notices should be gone
We also implemented an error handler so all php errors will show in a box in the footer and only when debug_mode is enabled in Roster Config
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: Gatherer v0.9B [Roster 1.7.3 addon]

Postby Borsti » Mon May 14, 2007 3:26 am

Gyffes wrote:Hi
i have a update Problem with the gatherer.lua

the error massage is

Notice: Undefined variable: updatePvPMessages in /htdocs/wow/roster/update.php on line 595

and


Notice: Undefined index: PvpLogData in /htdocs/wow/roster/update.php on line 195



go into addons/gatherer/functions.php

you will find 2 lines like this right in the begining

Code::

ini_set('display_errors', 1);
error_reporting(E_ALL);


just put a # infront of each line and your updatescreen will look much cleaner
User avatar
Borsti
WR.net Journeyman
WR.net Journeyman
 
Posts: 87
Joined: Sat Jul 08, 2006 11:37 am
Location: Hamburg/Germany

Re: Gatherer v0.9B [Roster 1.7.3 addon]

Postby Gyffes » Tue May 15, 2007 4:41 am

hi, first thx for your help

i have changed the line

ini_set('display_errors', 1);
error_reporting(E_ALL);

to

#ini_set('display_errors', 1);
#error_reporting(E_ALL);

the error message is fixed

but while uploading the gatherer.lua file the data are not taken over
what can i do?

(the first upload from the gatherer.lua is ok.
the second upload of the newer gatherer.lua failed)


www.sommy.net/roster
Roster version 1.7.3
gahterer Version: 2.99.0.0515
Gatherer v0.9B [Roster 1.7.3 addon]
[flag=de]
Greet Gyffes

Thanks for help
Was nicht passt wird passend gemacht.
Image
User avatar
Gyffes
WR.net Apprentice
WR.net Apprentice
 
Posts: 45
Joined: Wed Sep 20, 2006 2:05 am

Gatherer v0.9B [Roster 1.7.3 addon]

Postby daddelkopp » Tue May 15, 2007 5:09 pm

You must upload the guildprofiler.lua, too. If that not fix your problem look into your Database (roster_addon_gatherer_nodes). At my roster all Database entries of "nodeNumber" are 0. But they must have a number !=0. Then, Iam not longer alone with this problem :)

daddelkopp
User avatar
daddelkopp
WR.net Journeyman
WR.net Journeyman
 
Posts: 99
Joined: Wed Jan 03, 2007 10:22 am

PreviousNext

Return to Gatherer

Who is online

Users browsing this forum: No registered users and 1 guest

cron