Could you email me the screenshots? It may be easier than having to request access. michael @ webdevstudios.com.
What action exactly are you using when you’re running into this? Trying to rebuild the leaderboard data?
I believe I’ve been let in before, but no idea if those test accounts are still around or valid, but would you be willing to let me into the website again?
It’s by no means a complete answer, and I don’t have enough access to effectively debug WHY, but the issue appears to be stemming from the WP core function wp_list_pluck() and not finding array keys that it’s expecting.
We use the function in what looks to be 4 different places.
I am curious if by some possible chance, deleting the _badgeos_leaderboard_leaders meta key/values from the database may somehow help.
So, if I’m understanding you correctly, the plugin is currently not compatible with one portion of WP core code? Or is it incompatible with a portion of that particular database? Because it’s still working on our other installations.
What the errors and what I saw are telling me is that for some reason, it’s not receiving the data that it’s expecting to have available. Specifically arrays that have specific keys, like “user_id” and whatnot.
The question is why not, and I’m not able to answer that at the moment.