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 zanix » Tue Jan 23, 2007 6:09 am

Maybe

Open
lib/update_trigger_lib.php

Find
Code: Select all
         // Start ouput buffering
         ob_start();

         foreach ($triggers as $trigger)
         {
            $triggerfile = $triggerPath.DIR_SEP.$trigger.DIR_SEP.'trigger.php';
            $triggerconf = $triggerPath.DIR_SEP.$trigger.DIR_SEP.'conf.php';
            $addonDir = $triggerPath.DIR_SEP.$trigger.DIR_SEP;

            if ( file_exists($triggerfile) )
            {
               if ( file_exists($triggerconf) )
                  include( $triggerconf );

               include( $triggerfile );
            }
         }

         // Get buffer contents
         $ob_output .= ob_get_contents();
         ob_end_clean();

         if ( empty($ob_output) )
         {
            return '';
         }
         else
         {
            $output .= $ob_output;
         }

Replace with
Code: Select all
         if( count($triggers) > 0 )
         {
            // Start ouput buffering
            ob_start();
   
            foreach ($triggers as $trigger)
            {
               $triggerfile = $triggerPath.DIR_SEP.$trigger.DIR_SEP.'trigger.php';
               $triggerconf = $triggerPath.DIR_SEP.$trigger.DIR_SEP.'conf.php';
               $addonDir = $triggerPath.DIR_SEP.$trigger.DIR_SEP;
   
               if ( file_exists($triggerfile) )
               {
                  if ( file_exists($triggerconf) )
                     include( $triggerconf );
   
                  include( $triggerfile );
               }
            }
   
            // Get buffer contents
            $ob_output .= ob_get_contents();
            ob_end_clean();
   
            if ( empty($ob_output) )
            {
               return '';
            }
            else
            {
               $output .= $ob_output;
            }
         }
         else
         {
            $output = '';
         }


And tell me your results
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 SerialLover » Tue Jan 23, 2007 7:07 am

Madmanu i had the same problem as you (french roster) to correct it I do twice thing change the 2 files available on this topic http://www.wowroster.net/Forums/viewtopic/t=2289.html

After i Install CP and GP 2.05b and I delete CP.lua and GP.lua files.

Now all is working fine ^^

Best regards
SerialLover
WR.net Apprentice
WR.net Apprentice
 
Posts: 26
Joined: Tue Jul 11, 2006 2:32 pm

WoWRoster and wow 2.0.3

Postby madmanu » Wed Jan 24, 2007 10:32 am

thank serial lover but your way didn't work

However, the correction of Zanix works fine.
Thank's a lot, it's cleaner this way
madmanu
WR.net Apprentice
WR.net Apprentice
 
Posts: 13
Joined: Tue Aug 29, 2006 1:50 pm

Re: WoWRoster and wow 2.0.3

Postby PliniusNeo » Sat Jan 27, 2007 5:13 pm

@Zanix

I've made the changes you suggest, but it won't work for me. however, the problems with uploading were gone when I deleted siggen.
PliniusNeo
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Sat Jan 27, 2007 5:04 pm

WoWRoster and wow 2.0.3

Postby chulak05 » Tue Jan 30, 2007 7:34 pm

hi to have this problem. Except im actually getting 3 imgaes to pop up here. But the other hundred or so wont load in the bank or bags slot. My luaparser.php file was already a php file and the wowdb was already a php file this did nothing when i reloaded it. www.deadly-impact.net/roster please help me out here im at a loss.
chulak05
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Tue Jan 30, 2007 8:17 am

WoWRoster and wow 2.0.3

Postby PleegWat » Tue Jan 30, 2007 7:42 pm

Your icons are loading fine. If your bag/bank contents aren't correct you've got a profiling problem most likely.
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 chulak05 » Tue Jan 30, 2007 11:06 pm

what should i do then? im using the up to date roster and character proflier, but nothing is happening.
chulak05
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Tue Jan 30, 2007 8:17 am

WoWRoster and wow 2.0.3

Postby Naryn » Wed Jan 31, 2007 10:16 am

WIth the fixes posted here I've been able to eliminate all the update errors on my site except for one:

Buffs could not be deleted
1146: Table 'godroster.ROSTER_BUFFSTABLE' doesn't exist

What is the SQL code for adding this table to our database?
Naryn
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Wed Jul 26, 2006 4:27 pm

WoWRoster and wow 2.0.3

Postby Deusex » Sat Feb 03, 2007 5:16 pm

i applyed the patch some time a go and im still getting missing pictures
example
http://www.boguild.com/roster/char.php? ... ction=bank

Also im getting a lot of warning from the guild bank add on
http://www.boguild.com/roster/addon.php ... =guildbank

any one know why im getting these problmes?
Deusex
WR.net Apprentice
WR.net Apprentice
 
Posts: 10
Joined: Fri Dec 29, 2006 10:26 pm

WoWRoster and wow 2.0.3

Postby Tyegurl » Sat Feb 03, 2007 5:59 pm

i am having the same problem as someone else and i just reinstalled roster and i have absolutely no addons installed...i have 3 pictures of which 2 actually show for my guild bank. i have the latest CP and GP....please help lol

ignore my post please...problem seems to have worked itself out...not sure how...maybe a corrupt upload of data...thanks guys
Last edited by Tyegurl on Sat Feb 03, 2007 6:49 pm, edited 2 times in total.
Tyegurl
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Wed Jan 03, 2007 4:51 pm

Re: WoWRoster and wow 2.0.3

Postby gegonator » Mon Feb 05, 2007 1:27 pm

Naryn wrote:WIth the fixes posted here I've been able to eliminate all the update errors on my site except for one:

Buffs could not be deleted
1146: Table 'godroster.ROSTER_BUFFSTABLE' doesn't exist

What is the SQL code for adding this table to our database?


Same problem here. I've looked at the sql Files and did not find any record of 'ROSTER_BUFFSTABLE'

Thanks in advance.
gegonator
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Mon Feb 05, 2007 1:22 pm

Re: WoWRoster and wow 2.0.3

Postby dmetzcher » Mon Feb 05, 2007 11:33 pm

Aränel wrote:edited: solved


What solved it? I updated the two files, as you did, and am now experiencing the same new issue. I added two new players to the guild just now, and, when I export from the guild window, I see "33 players", but those two new players are not added to the roster now.

This is what I see in the output section.

=============
Member Log

* Updated: 31
* Added: 0
* Removed: 0
=============

What did you do to correct this? What am I doing wrong?

Thanks!
Last edited by dmetzcher on Mon Feb 05, 2007 11:47 pm, edited 2 times in total.
dmetzcher
WR.net Apprentice
WR.net Apprentice
 
Posts: 10
Joined: Sat Feb 03, 2007 7:55 am

Re: WoWRoster and wow 2.0.3

Postby dmetzcher » Mon Feb 05, 2007 11:59 pm

dmetzcher wrote:
Aränel wrote:edited: solved


What solved it? I updated the two files, as you did, and am now experiencing the same new issue. I added two new players to the guild just now, and, when I export from the guild window, I see "33 players", but those two new players are not added to the roster now.

This is what I see in the output section.

=============
Member Log

* Updated: 31
* Added: 0
* Removed: 0
=============

What did you do to correct this? What am I doing wrong?

Thanks!


Weirdest thing...
I logged out of my alt character, and logged into my main. I did a guild and character save under that character, and then updated WoWRoster again. Now the guild is updated. Did I miss something in the documentation? My main character is the guild master. It it required that the GM update the guild info by saving it?

I haven't added any more members, so I cannot test right now to see if my alt can update the file and get it to update WoWRoster, but I'll test that when I can and report back.
dmetzcher
WR.net Apprentice
WR.net Apprentice
 
Posts: 10
Joined: Sat Feb 03, 2007 7:55 am

HotFix for WoWRoster 1.7.2

Postby fireboltz » Wed Feb 07, 2007 3:11 pm

Still trying to figure out why gear icons aren't showing up. I deleted my database, blew away the roster directory and did a fresh install of 1.7.2. Grabbed the patched php files via roster diag and uploaded them.

Deleted CP and GP lua files. Recreated them with the latest CP (2.0.5b) and GP. Uploaded profile with ZERO errors and still no icons.

ex. http://www.gnomishmafia.com/roster/char ... ction=bags

Rinse, repeat, same result.

Obviously I am missing somethin.? Seems that others are having success. I really am at a loss. I thought for sure recreating the database would fix this. Help!
fireboltz
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Sat Jul 08, 2006 1:28 am

HotFix for WoWRoster 1.7.2

Postby fireboltz » Fri Feb 09, 2007 12:25 am

After testing with guildmates, I seem to be the only one that cannot see the images and get the links. So that's good news. It's isolated to this PC on both IE and Firefox. Doesn't make much sense.

I can deal with that though. Thanks for such a great product! Makes publishing the roster and bank a breeze. Keep up the great work.
fireboltz
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Sat Jul 08, 2006 1:28 am

PreviousNext

Return to General Support & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest

cron