BuddyBoss Home – Web Support Forums Plugins BuddyBoss Wall 404 Error on Wall when News Feed is Default

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

    #56210
    @ymsadmin

    When I choose “News Feed” as the default selection for the Buddy Boss>Wall option and then go to the site to my wall it correctly defaults to the News Feed, but when I click on the wall it gives me a 404 Error in the screen shot attached.

    Please let me know if this is a bug or if some other setting is needed.

    Thanks!

    Answers

    #56640
    @vapvarun

    Hi @ymsadmin, It’s an bug, it will be fixed in next version
    Regards
    Varun Dubey

    #57857
    @convene55

    when can we expect the next version?

    #57946
    @osherrington

    I second the above. Not particularly happy when the main feature that I bought the plugin to use is completely unusable….

    Can we have an ETA please?

    #58124
    @vapvarun

    Hi @ymsadmin @osherrington @convene55
    Sorry for inconvenience.
    It is fixed and it will be pushed within 1-2 days after final testing
    Regards

    #58356
    @ymsadmin

    Just applied update and still gettting the 404 Error.

    #58426
    @vapvarun

    Hi @ymsadmin @osherrington @convene55
    For immediate fix you can do following steps

    inside includes/wall-functions.php
    Line 589
    replace

    
    add_action('bp_init','bb_wall_new_nav_default',999);
    

    with

    
    add_action( 'bp_setup_nav', 'bb_wall_new_nav_default', 999 );
    

    Regards
    Varun Dubey

    #58962
    @osherrington

    Hi Varun,

    That worked perfectly – many thanks!

    #59003
    @vapvarun

    We will push updates in next couple of days.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The question ‘404 Error on Wall when News Feed is Default’ is closed to new replies.