BuddyBoss Home – Web Support Forums Solutions Social Learner URGENT: crashed with WordPress 4.4 and LearnDash 2.1.6

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #54138
    @iitutor

    Have just updated with WordPress 4.4 and LearnDash 2.1.6 and the latest BuddyBoss for LearnDash, the the site has clashed with the following message, “Fatal error: Call to undefined function boss_get_option() in /home/iitutor8/public_html/iitutor.com/wp-content/plugins/boss-learndash/includes/main-class.php on line 1148”
    Please help?
    Cheers, Fred

    Answers

    #54157
    @vapvarun

    Hi @iitutor, Please let me know which version of Boss theme your are using ?
    boss_get_option is Boss theme function and it need Boss theme set as parent theme

    For temp you can fix it
    You can comment
    boss-learndash/includes/main-class.php
    line 1148

    
    $theme_layout = boss_get_option( 'boss_layout_style' );
    

    I will request developer to use the function with function_exist check to avoid such issues.

    Regards
    Varun Dubey

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘URGENT: crashed with WordPress 4.4 and LearnDash 2.1.6’ is closed to new replies.