I'm not really sure why but i get an error if c+ starts and my *who* panel is on the guild page.
If its on the who, friends, or raid panel its fine. it doesnt matter if the panel is open or closed.
Does this have to do with how it processes guild info?
Also. my guild window itself is horked. it doesnt update, and the
" * Guild Members (* online) show player status" line is in the wrong place and the buttons arent all where they should be. Any ideas?
1.8 vs 2.7 bug
Yes, this is due to some changes Blizz made. I am working on an update.
Here are a couple of things you can do if you don't want to wait:
In the function (line 585)
change
to
And, in function (line 1083)
towards the bottom, add
just before
(line 1170)
This fixes the 2 issues I saw last night when I had a few minutes to check things out. There may be other problems, but I haven't had much time to spend with the new patch as of yet.
Here are a couple of things you can do if you don't want to wait:
In the function
Code: Select all
function CensusPlus_FriendsFrame_Update()
change
Code: Select all
RaidFrame_ShowSubFrame("GuildFrame");
Code: Select all
FriendsFrame_ShowSubFrame("GuildFrame");
And, in function
Code: Select all
function CensusPlus_ProcessTarget( unit )
towards the bottom, add
Code: Select all
InspectFrame_LoadUI();
Code: Select all
InspectFrame.unit = unit;
This fixes the 2 issues I saw last night when I had a few minutes to check things out. There may be other problems, but I haven't had much time to spend with the new patch as of yet.
phpbb:phpinfo()
Having the same issue here, patch shut down over half of my add-ons though so there are a lot of people out there with issues today...
Guild tab thing is the only thing related only to census+, had some other error messages but I think that was related to other mods crashing and dragging census+ down with them.
Guild tab thing is the only thing related only to census+, had some other error messages but I think that was related to other mods crashing and dragging census+ down with them.