• Resolved Jennifer Moss

    (@mossifer)


    We’re getting this fatal PHP error when trying to activate:

    Warning: require(/wp-content/plugins/badgeos/includes/shortcodes/badgeos-achievements-list.php): failed to open stream: No such file or directory in /wp-content/plugins/badgeos/includes/shortcodes.php on line 12

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Jennifer Moss

    (@mossifer)

    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';
    Plugin Author learningtimes

    (@learningtimes)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fatal Error’ is closed to new replies.