Not displaying keys...

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

Re: Not displaying keys...

Postby shan_aya » Mon Oct 02, 2006 11:17 pm

oki,
file 973 have right keys fonction but bonuses equipments error

file 521 have wrong key fonction but right bonus

if this help somenone ^^
Attachments
frfr_521.zip
keys wrong
(13.03 KiB) Downloaded 140 times
frfr_973.zip
keys ok
(13.33 KiB) Downloaded 145 times
shan_aya
WR.net Journeyman
WR.net Journeyman
 
Posts: 132
Joined: Fri Aug 11, 2006 12:58 pm

Not displaying keys...

Postby RainRider » Thu Oct 19, 2006 1:26 am

Still no solution for this? (the patch from Zanix does not work for me)
RainRider
WR.net Apprentice
WR.net Apprentice
 
Posts: 50
Joined: Thu Jul 20, 2006 11:47 pm

Not displaying keys...

Postby sdwwraith » Wed Nov 15, 2006 5:16 am

If you've implemented the other fix, you also need to find:

Code: Select all
$items = $inst_keys[$row['clientLocale']][$faction];


And change it to:

Code: Select all
$items = $inst_keys[$row['clientLocale']][ substr($faction,0,1) ];


Worked for me anyway.
User avatar
sdwwraith
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Tue Jul 25, 2006 5:56 am
Location: Central Florida

Re: Not displaying keys...

Postby Finwe » Mon Nov 27, 2006 7:54 pm

Grobsnelf wrote:My "Keys" were breaking as well, when it reached the only player in the guild with a German WoW.

Tried manually doing the changes - but now it breaks before even showing on player with:

invalid argument supplied for foreach() in /home/subscrib/public_html/guild-succession.com/roster/membersinst.php on line 183

Tried downloading and applying the files in the zip file - and still the same result.

The error is also accompanied by the following Database Error:

1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') GROUP BY members.name' at line 1
SQL:
SELECT members.name FROM `roster_items` items LEFT JOIN `roster_members` members ON members.member_id = items.member_id WHERE items.member_id = '92' AND () GROUP BY members.name
File: membersinst.php
Line: 206


If you use, like me, roster for your own characters, don't forget to complete in your database roster_guild.faction (Alliance or horde).
The first letter of $faction variable is use in the line that follow :
$items = $inst_keys[$row['clientLocale']][ substr($faction,0,1) ];

This corrected the mistake you describe for me.
Last edited by Finwe on Mon Nov 27, 2006 7:57 pm, edited 1 time in total.
Finwe
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Mon Nov 27, 2006 7:47 pm

Previous

Return to General Support & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest

cron