Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 3,876 through 3,900 (of 68,970 total)
  • Author
    Search Results
  • #310348

    In reply to: BuddyPress 5.1.2

    dolob
    Participant

    I’ve fatal error after update

    
    Fatal error: Uncaught Error: Class 'BP_Core_Nav_Item' not found in /home/arteventorganiza/public_html/ekip/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-nav.php:150 Stack trace: #0 /home/arteventorganiza/public_html/ekip/wp-content/plugins/buddypress/bp-core/bp-core-buddybar.php(168): BP_Core_Nav->add_nav(Array) #1 /home/arteventorganiza/public_html/ekip/wp-content/plugins/buddypress/bp-core/bp-core-buddybar.php(61): bp_core_create_nav_link(Array, 'members') #2 /home/arteventorganiza/public_html/ekip/wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php(509): bp_core_new_nav_item(Array, 'members') #3 /home/arteventorganiza/public_html/ekip/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-component.php(311): BP_Component->setup_nav(Array, Array) #4 /home/arteventorganiza/public_html/ekip/wp-includes/class-wp-hook.php(288): BP_XProfile_Component->setup_nav(Array) #5 /home/arteventorganiza/public_html/ekip/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(NULL, Array) in /home/arteventorganiza/public_html/ekip/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-nav.php on line 150
    #310337
    Mushi
    Participant

    @iamthewebb

    Thank you for responding to my comment. Actually XYZ is just the placeholder for my database name because I don’t want to disclose it’s name.

    Actually the error is trigger by Buddypress function BP_Groups_Group::get( array $args = array() )
    which is located “Buddypress\bp-groups\classes\class-bp-groups-group.php”

    You can find the function here https://www.buddyboss.com/resources/reference/classes/bp_groups_group/get/

    Right in the function definition when it reach here

     $bp = buddypress();
     
        $sql = array(
            'select'     => "SELECT DISTINCT g.id",
            'from'       => "{$bp->groups->table_name} g",
            'where'      => '',
            'orderby'    => '',
            'pagination' => '',
        ); 

    It triggers error because it can not find table_name. I am not sure why the table_name is not loaded.

    We are using Buddyboss theme with Buddypress and Memberium plugins.

    Thank You
    Mushi

    #310331
    iamthewebb
    Participant

    None of my BP sites have a table xyz.g in the database so it looks like another plugin has created this or is attempting to access this. Have you tried the troubleshooting tips in https://buddypress.org/support/topic/when-asking-for-support-2/

    It’s often worth deactivating all plugins then re-enabling each individually until you find what is causing the problem.

    #310330
    iamthewebb
    Participant

    Hi, BuddyPress uses bbpress for it’s forums so you may have more luck on their forums but when I’m logged in on my sites I can select Edit and then change which forum the topic is assigned to.

    I hope this helps.

    #310326
    GAP Webmasters
    Participant

    I tried changing the theme to Twenty Nineteen, and I think my theme (Bloggist) is somehow blocking some of the BuddyPress functionality. I don’t know whether there might be some coding workarounds for this?

    #310325
    GAP Webmasters
    Participant

    Would love to hear more–having problems with BuddyPress not showing all its options apparently because of my theme, Bloggist.

    #310324
    Mushi
    Participant

    Hi,

    We’ve been receiving complaints from our users since last several days.
    The users see a “503 Service Unavailable” error after trying to login. The problem doesn’t fix even after the users try to clear browser cache and re-attempt login.

    Below is the error that keeps getting logged in error console.

    Feb 27 19:54:01 192.168.222.215 apache2[5365]: [u1050] [dojo.onpressidium.com] [720f49fd8f26631d] [75.128.103.167] [error] [client 192.168.212.31:57618] AH01071: Got error ‘PHP message: WordPress database error Table ‘db_xyz.g’ doesn’t exist for query SELECT DISTINCT g.id FROM g ORDER BY g.date_created DESC LIMIT 0, 20 made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/themes/boss-child/functions.php’), is_user_logged_in, wp_get_current_user, wp_get_current_user, wp_set_current_user, do_action(‘set_current_user’), WP_Hook->do_action, WP_Hook->apply_filters, wplrdesy->wplqez7, wplrdesy->wpluibcy, apply_filters(‘memberium_session_filter’), WP_Hook->apply_filters, wpld9_0u1, groups_get_groups, BP_Groups_Group::get, wpdb->get_col, wpdb->print_error\nPHP message: WordPress database error Table ‘db_xyz.g’ doesn’t exist for query SELECT COUNT(DISTINCT g.id) FROM g made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/themes/boss-child/functions.php’), is_user_logged_in, wp_get_current_user, wp_get_current_user, wp_set_current_user, do_action(‘set_current_user’), WP_Hook->do_action, WP_Hook->apply_filters, wplrdesy->wplqez7, wplrdesy->wpluibcy, apply_filters(‘memberium_session_filter’), WP_Hook->apply_filters, wpld9_0u1, groups_get_groups, BP_Groups_Group::get, wpdb->get_var, wpdb->print_error\n’

    We’ve checked this with Pressidium and Memberium and they are sure that it’s related to Buddypress.

    Here’s a breakdown of the error:

    This is when it happened

    Feb 27 19:54:01 192.168.222.215 apache2[5365]: [u1050] [dojo.onpressidium.com] [720f49fd8f26631d] [75.128.103.167] [error] [client 192.168.212.31:57618] AH01071:

    This is the error

    Got error ‘PHP message: WordPress database error Table ‘db_xyz.g’ doesn’t exist for query

    This is the (SQL) code

    SELECT DISTINCT g.id FROM g ORDER BY g.date_created DESC LIMIT 0, 20

    This is the order of functions called

    made by require(‘wp-load.php’),
    require_once(‘wp-config.php’),
    require_once(‘wp-settings.php’),
    include(‘/themes/boss-child/functions.php’),
    is_user_logged_in,
    wp_get_current_user,
    _wp_get_current_user,
    wp_set_current_user,
    do_action(‘set_current_user’),
    WP_Hook->do_action,
    WP_Hook->apply_filters,
    wplrdesy->wplqez7,
    wplrdesy->wpluibcy,
    apply_filters(‘memberium_session_filter’),
    WP_Hook->apply_filters,
    wpld9_0u1, groups_get_groups,

    Below is where the error happens. It’s in the BP Groups Group class, in the “get” static method.

    BP_Groups_Group::get,
    wpdb->get_col,

    Could you please investigate and provide us a fix for this issue.

    Thanks,
    Mushi

    #310323
    DizzyDolly
    Participant

    Hi there, i was wondering if this was server side or a current buddypress bug?

    It fixes it when I uninstall and reinstall messaging but it happens again the next day. Odd.

    keesjan
    Participant

    Hi,
    is it possible to not google index nor have users acces for non-admins to the member directory page?

    If I unpublish the wp page the buddypress-directory is on, also the individuale member profiles get unpublished.
    I now think aboout 301 redirecting the exact page the buddypress-directory.
    this way I hope to:
    disable acces to /buddypress-directory/
    and have users acces to buddypress-directoryprofile-name/

    Or is there a more simple way?

    artsybohemian
    Participant

    I have a LearnDash site with WooCommerce. Most of my courses are self-paced. I want to use BuddyPress for the courses when I’m teaching live. Is there a way to hide BuddyPress except for the students in my live courses? Maybe I can block registration except by invitation?

    Thank you.

    #310305
    ximaan
    Participant

    Hi everyone,

    So I have a very annoying issue with avatars in buddypress. Basically when I try to test and upload a new avatar, it crops it in a very weird way. This is for every single avatar. I even tried changing the dimensions with coding, but this still keeps happening. It just crops a specific part of the photo. Please see my screenshot here. I have no idea how to fix this. My website is glowgettersguide.com. My theme is sausalito.

    Here is my screenshot and what happens when I upload any size photo even a small one: https://imgur.com/a/SifYLmp

    Please help. Thanks a lot!

    #310303
    discoverearth
    Participant

    Hey
    I agree with you 100%. Buddypress onboarding needs some additional plugins.

    There is a plugin that allows users to choose groups they want to join as part of the signup Process.

    But we also need a better solution for profile fields.

    What was the buddydev plugin you used to redirect to profile after registration?

    #310302
    nemoprofeta
    Participant

    Hello,
    I just switched my site to Astra+Elementor. Earlier it was Genesis+Elementor. All of a sudden the members page and the pages for single users return 404.
    The page is published and usually works. But when I select it as member page in Buddypress settings, it returns 404.
    What should I do?

    pixieblitz
    Participant

    When users get a notification email with a link to a new message in buddypress, clicking on that link goes to a 404 (if they are not logged in). This seems like it was previously addressed in https://buddypress.org/support/topic/error-404-for-non-logged-in-users/ but I can’t seem to fix it. I tried adding the function mentioned in that file to my bp-custom file, but no luck. Any advice for how to route this through a login form instead would be very much appreciated!

    Latest WordPress and buddypress, child theme from colormag theme.
    PlantSwap.org

    #310295
    valuser
    Participant

    and also the Codex link

    You can have a separate home page for any group you want

    Try making a page template called “front-slug-group-name.php” for each group (for which a unique home page is desired)

    (“group-name” being the lowercase name of the group)

    and put it in wp-content/themes/your-theme/buddypress/groups/single/

    as in

    wp-content/themes/your-theme/buddypress/groups/single/front-slug-group-name.php

    #310289
    techiebraj
    Participant

    Hello team,

    As like BuddyPress profile avatar, I also want to use crop feature in BuddyPress cover image so that user can select the right image portion for their cover photo.

    I don’t see any option to enable the crop to cover photos. Can you please guide me on how to achieve that?

    Thank you!

    techiebraj
    Participant

    Hello team!

    I don’t want to crop the image for my BuddyPress profile image, I want to set the full-size image, but BuddyPress doesn’t allow me to do that, it only let me crop the image keeping the aspect ratio square. Can you please suggest to me how to make my BuddyPress profile image to cover without cropping?

    e.g. https://prnt.sc/r7qb38

    Thank you!

    soopablogga
    Participant

    The goal is to find and replace thing1 with thing2 in the wp_bp_activity “content” table. This exact code works when I use it to change the standard wp_ tables, but does not when trying to update the buddypress bp_ prefixed tables. What am I doing wrong here??

    global $wpdb, $bp;
    $wpdb->query(
        $wpdb->prepare(
            "UPDATE {$wpdb->bp_activity}
            SET content = replace(content, %s, %s)",
            'thing1',
            'thing2'
            )
    );
    #310283
    soopablogga
    Participant

    This question is basically impossible to answer without lots of other information. If your theme has a separate notification count code from the default one that shows up in the toolbar, you can rip that code out of the site and put it elsewhere — if not you’re going to have to learn to code it yourself or hire someone to do it for you.

    You could start with searching “how to add buddypress notifications to template”

    #310282
    stephenss
    Participant

    Hi Everyone,

    Need your help.

    How do I hide Admins from the search Members list on the frontend using BuddyPress?

    Regards
    Stephen

    #310280
    iamthewebb
    Participant

    Have you tried disabling other plugins and re-enabling one by one to see if any are interfering with this functionality?
    The basic troubleshooting section may be worth trying at the bottom of https://buddypress.org/support/topic/when-asking-for-support-2/ as a starter then some more info on your setup if this doesn’t help find the issue.

    #310278
    dakitica
    Participant

    wordpress version is 5.3.2
    buddypress version is 5.1.2

    Home Page


    Hello, I have a problem with Friend connections… when I send Friend Request it cannot be accepted. on my friends profile says that there is no friend requests. how can i solve that ?

    #310272
    AntonyC
    Participant

    UPDATE:: I tested this code on a BuddyPress installation I have and get the same results so not a buddyboss issue.

    #310270
    halpingregory
    Participant
Viewing 25 results - 3,876 through 3,900 (of 68,970 total)
Skip to toolbar