Hey there, when I run the census, it will display how many new characters it finds but then it will always say, "saw 0". How do I fix this?
I tried re-installing the addon after removing it all the way along with removing the censusplus.lua and the censusplus.lua.bak etc.
I get "saw 0" for census results
Argh... does that mean the one up for download doesn't have that fix?
Well, it's an easy fix at least...
On line 1530 of \Interface\AddOns\CensusPlus\CensusPlus.lua you'll see:
You just need to switch them so the TimeCounts are done first, ala:
Well, it's an easy fix at least...
On line 1530 of \Interface\AddOns\CensusPlus\CensusPlus.lua you'll see:
Code: Select all
CensusPlus_DisplayResults();
CensusPlus_DoTimeCounts();
Code: Select all
CensusPlus_DoTimeCounts();
CensusPlus_DisplayResults();
phpbb:phpinfo()