That was version 3.7.1.1 – when I rolled back to 3.7.0 it works.
I got the same error today, it took down my whole site until I was able to isolate the issue. I’d like to roll back to 3.7.0 so the badges are still visible for our members. Where do I download that version?
Just ran into this issue on my clients site and wanted to post the solution for those who need it.
Go to the following file:
/wp-content/plugins/badgeos/includes/shortcodes.php
and replace lines 12-19 with the text below:
require plugin_dir_path( dirname( __FILE__ ) ) . 'includes/shortcodes/badgeos_achievements_list.php';
require plugin_dir_path( dirname( __FILE__ ) ) . 'includes/shortcodes/badgeos_achievement.php';
require plugin_dir_path( dirname( __FILE__ ) ) . 'includes/shortcodes/badgeos_user_earned_achievements.php';
require plugin_dir_path( dirname( __FILE__ ) ) . 'includes/shortcodes/badgeos_user_earned_ranks.php';
require plugin_dir_path( dirname( __FILE__ ) ) . 'includes/shortcodes/badgeos_user_earned_points.php';
require plugin_dir_path( dirname( __FILE__ ) ) . 'includes/shortcodes/badgeos_rank.php';
require plugin_dir_path( dirname( __FILE__ ) ) . 'includes/shortcodes/badgeos_ranks.php';
require plugin_dir_path( dirname( __FILE__ ) ) . 'includes/shortcodes/evidence-shortcode.php';
Hello @mossifer, @ericbobrow, and @premiumbizthemes!
The new version of the BadgeOS plugin (3.7.1.2) has been released. Updating to this new version will resolve the reported issue.
Please let us know if there is anything else we can assist you with.
Thanks,
BadgeOS Support Team
Thank you BadgeOS Support Team!
The new version resolves the issue on my site.