BuddyBoss Home – Web Support Forums Solutions Social Learner Getting '404 Error' after registration

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

    #44194
    @scottepp

    Hello

    After registration in the site I am getting 404 error on all pages..I’m not able to see any pages

    I have set the permalink to default but still getting same error.

    Here’s my site : http://academy.abundancecoaching.com/

    It works fine when you visit the site but if you go through activation link (after registration) you’ll get 404 error.

    Please fix this asap..

    Thanks

    Answers

    #44207

    Anonymous
    @

    Hi @scottepp, Please add these codes to your child theme functions.php
    It’s a Learndash plugin issue

    
    add_filter( “learndash_flush_rewrite_rules”, “learndash_flush_rewrite_rules” , 4, 2 );
    
    function learndash_flush_rewrite_rules( $flush, $post_options ) {
    
    return false;
    
    }
    

    Regards
    Varun Dubey

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Getting '404 Error' after registration’ is closed to new replies.