Default Rank Bug
-
Hi,
There was a bug that I found in the old version and made a workaround myself. I’ll share it here so that you can fix it for new versions.
/plugins/mycred/addons/ranks/myCRED-addon-ranks.php Line:829
// If there are no ranks at all
if ( ! mycred_have_ranks() ) { //…. }This function gets executed from time to time, especially when server load is high (or a coincidence) and creates unlimited Newbie ranks even while you have one already. After creating that, it assigns users to that new rank and breaks the whole ranking system.
I’ve commented out whole code block to stop that.
Thanks,
- The topic ‘Default Rank Bug’ is closed to new replies.