Skip to:
Content
Pages
Categories
Search
Top
Bottom

BuddyPress Error (Admin Dashboard Users Menu)


  • kioubizin
    Participant

    @kioubizin

    Hello,

    While trying to access users from admin menu, I am getting a fatal error and when enabling the debug mode, I am getting this error message:

    Fatal error: Uncaught Error: Call to undefined function bp_core_get_user_domain() in /home/islandbnb/public_html/wp-content/plugins/bbpress/includes/extend/buddypress/members.php:229 Stack trace: #0 /home/islandbnb/public_html/wp-content/plugins/bbpress/includes/extend/buddypress/members.php(100): BBP_BuddyPress_Members->get_profile_url(2) #1 /home/islandbnb/public_html/wp-includes/class-wp-hook.php(324): BBP_BuddyPress_Members->get_user_profile_url(2) #2 /home/islandbnb/public_html/wp-includes/plugin.php(205): WP_Hook->apply_filters(2, Array) #3 /home/islandbnb/public_html/wp-content/plugins/bbpress/includes/core/abstraction.php(471): apply_filters('bbp_pre_get_use...', 2) #4 /home/islandbnb/public_html/wp-content/plugins/bbpress/includes/users/template.php(560): bbp_maybe_intercept('bbp_pre_get_use...', Array) #5 /home/islandbnb/public_html/wp-content/plugins/bbpress/includes/admin/users.php(260): bbp_get_user_profile_url(2) #6 /home/islandbnb/public_html/wp-includes/class-wp-hook.php(324): BBP_Users_Admin->user_row_actions(Array, Object(WP_User)) #7 /home/islandbnb/public_html/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array) #8 /home/islandbnb/public_html/wp-admin/includes/class-wp-users-list-table.php(520): apply_filters('user_row_action...', Array, Object(WP_User)) #9 /home/islandbnb/public_html/wp-admin/includes/class-wp-users-list-table.php(415): WP_Users_List_Table->single_row(Object(WP_User), '', '', 0) #10 /home/islandbnb/public_html/wp-admin/includes/class-wp-list-table.php(1709): WP_Users_List_Table->display_rows() #11 /home/islandbnb/public_html/wp-admin/includes/class-wp-list-table.php(1636): WP_List_Table->display_rows_or_placeholder() #12 /home/islandbnb/public_html/wp-admin/users.php(814): WP_List_Table->display() #13 {main} thrown in /home/islandbnb/public_html/wp-content/plugins/bbpress/includes/extend/buddypress/members.php on line 229

Viewing 5 replies - 1 through 5 (of 5 total)

  • emaralive
    Participant

    @emaralive

    Hi,

    You should be able to find a remedy at the following post:

    https://buddypress.org/support/topic/buddypress-12-1-1-maintenance-security-release/#post-332831


    kioubizin
    Participant

    @kioubizin

    Hello,

    Since I am also using BuddyPress and bbPress on my website, I installed the BP Classic as guided.

    When I activate the BP Classic it fix my issue with bbPress.

    However, it creates another issue now!

    This is how my widgets area looks like in admin when BP Classic is disactivated – http://tinyurl.com/ymrpz5sk

    And this is how it looks like when BP Classic is activated – http://tinyurl.com/ysmcw22f

    As you can see, it disables all my available widget areas and widget settings once the BP Classic is activated.

    This BB Classic fixed my issue with bbPress but creates another issue and it’s impossible for me to manage my widgets when the plugin is activated!


    emaralive
    Participant

    @emaralive

    What theme are you using? In addition, I’m going to have someone with more expertise have a look at this newly discovered issue.

    @emaralive Thanks for alerting me about this issue.


    @kioubizin
    using BP Classic is the way to go with your config. The issue you get with the WP legacy widgets Admin Screen is due to the Latest Activities BP Legacy widget that comes with the BP Classic Add-on.

    I’ll fix it asap and build a new minor release for it. In the meantime I believe you can get rid of the issue adding this code into your theme’s functions.php file.

    remove_action( 'bp_after_setup_theme', 'bp_classic_template_pack_includes', 1 );


    kioubizin
    Participant

    @kioubizin

    I am using the Olympus theme @emaralive and thank you as well for your alert! The code in the functions.php did the trick for now @imath and now it works! Thank you both a lot.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar