Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wp user activate'

Viewing 25 results - 26 through 50 (of 902 total)
  • Author
    Search Results
  • #328521
    Mathieu Viet
    Moderator

    Hi @mikealan,

    When viewing the Groups directory, there’s a dynamic navigation to display all public groups, the groups of the logged in user or create a new group. JavaScript is used by BuddyPress to dynamically load the groups list when one of the first two navigation items are clicked.

    All groups

    Above the All groups tab is active and all public groups are displayed. When I click on the “My Groups” tab, here’s what I get with latest WordPress & BuddyPress (and no other plugins).

    Mine

    If the content is not refreshed for you, try to deactivate all your plugins (except BuddyPress), rename the file /wp-content/plugins/bp-custom.php to something else if it exists and activate a default WordPress theme like Twenty Twenty-Two. Once done, test again.

    If the issue is still there, open your browser console to see if there’s a JavaScript error. If so, could you copy its content here?

    #328155
    wackao
    Participant

    Heads up ! BP is currently not compatible with PHP 8.2

    Deprecated: Creation of dynamic property BP_Members_Component::$directory_title is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 299
    
    Deprecated: Creation of dynamic property BP_Members_Component::$table_name_invitations is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_Members_Component::$table_name_last_activity is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_Members_Component::$table_name_optouts is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_Members_Component::$table_name_signups is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_Members_Component::$nav is deprecated in wp-content/plugins/buddypress/bp-members/classes/class-bp-members-component.php on line 213
    
    Deprecated: Creation of dynamic property BP_Members_Component::$invitations is deprecated in wp-content/plugins/buddypress/bp-members/classes/class-bp-members-component.php on line 232
    
    Deprecated: Creation of dynamic property BP_XProfile_Component::$directory_title is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 299
    
    Deprecated: Creation of dynamic property BP_XProfile_Component::$table_name_data is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_XProfile_Component::$table_name_groups is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_XProfile_Component::$table_name_fields is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_XProfile_Component::$table_name_meta is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_Activity_Component::$directory_title is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 299
    
    Deprecated: Creation of dynamic property BP_Activity_Component::$table_name is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_Activity_Component::$table_name_meta is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_Friends_Component::$directory_title is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 299
    
    Deprecated: Creation of dynamic property BP_Friends_Component::$table_name is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_Friends_Component::$table_name_meta is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_Groups_Component::$directory_title is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 299
    
    Deprecated: Creation of dynamic property BP_Groups_Component::$table_name is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_Groups_Component::$table_name_members is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_Groups_Component::$table_name_groupmeta is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_Messages_Component::$directory_title is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 299
    
    Deprecated: Creation of dynamic property BP_Messages_Component::$table_name_notices is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_Messages_Component::$table_name_messages is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_Messages_Component::$table_name_recipients is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_Messages_Component::$table_name_meta is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_Notifications_Component::$directory_title is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 299
    
    Deprecated: Creation of dynamic property BP_Notifications_Component::$table_name is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_Notifications_Component::$table_name_meta is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 718
    
    Deprecated: Creation of dynamic property BP_Settings_Component::$directory_title is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 299
    
    Deprecated: Creation of dynamic property BP_Course_Component::$directory_title is deprecated in wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php on line 299
    
    Deprecated: Creation of dynamic property BP_Activity_Component::$actions is deprecated in wp-content/plugins/buddypress/bp-activity/bp-activity-functions.php on line 350
    
    Deprecated: Creation of dynamic property MemberTypes_Custom_Field::$bp_get_member_type_tax_name is deprecated in wp-content/plugins/vibebp/includes/class.membertypes.from.fields.php on line 29
    
    Deprecated: Creation of dynamic property BP_Members_Admin::$capability is deprecated in wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php on line 109
    
    Deprecated: Creation of dynamic property BP_Members_Admin::$user_profile is deprecated in wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php on line 115
    
    Deprecated: Creation of dynamic property BP_Members_Admin::$current_user_id is deprecated in wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php on line 118
    
    Deprecated: Creation of dynamic property BP_Members_Admin::$user_id is deprecated in wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php on line 121
    
    Deprecated: Creation of dynamic property BP_Members_Admin::$is_self_profile is deprecated in wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php on line 124
    
    Deprecated: Creation of dynamic property BP_Members_Admin::$screen_id is deprecated in wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php on line 127
    
    Deprecated: Creation of dynamic property BP_Members_Admin::$stats_metabox is deprecated in wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php on line 130
    
    Deprecated: Creation of dynamic property BP_Members_Admin::$edit_profile_args is deprecated in wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php on line 133
    
    Deprecated: Creation of dynamic property BP_Members_Admin::$edit_profile_url is deprecated in wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php on line 134
    
    Deprecated: Creation of dynamic property BP_Members_Admin::$edit_url is deprecated in wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php on line 135
    
    Deprecated: Creation of dynamic property BP_Members_Admin::$users_page is deprecated in wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php on line 138
    
    Deprecated: Creation of dynamic property BP_Members_Admin::$signups_page is deprecated in wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php on line 139
    
    Deprecated: Creation of dynamic property BP_Members_Admin::$users_url is deprecated in wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php on line 140
    
    Deprecated: Creation of dynamic property BP_Members_Admin::$users_screen is deprecated in wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php on line 141
    
    Deprecated: Creation of dynamic property BP_Members_Admin::$members_invites_page is deprecated in wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php on line 143
    
    Deprecated: Creation of dynamic property BP_Members_Admin::$subsite_activated is deprecated in wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php on line 146
    
    Deprecated: Creation of dynamic property BP_Members_Admin::$tools_parent is deprecated in wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php on line 160
    
    Deprecated: Creation of dynamic property BP_Members_Component::$admin is deprecated in wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php on line 78
    
    Deprecated: Creation of dynamic property BP_XProfile_Component::$admin is deprecated in wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-user-admin.php on line 38
    #327964
    philippklaschka
    Participant

    tried 3 times to update and every time it blows up my backend with this fatal error. Have to roll back all plugins via database and reactivate all just to roll back this patch.
    Can someone decipher whats going on here?

    Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, function “ass_install_emails” not found or invalid function name in /homepages/17/d4296816486/htdocs/wordpress/wp-includes/class-wp-hook.php:308 Stack trace: #0 /homepages/17/d4296816486/htdocs/wordpress/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(”, Array) #1 /homepages/17/d4296816486/htdocs/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #2 /homepages/17/d4296816486/htdocs/wordpress/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-schema.php(555): do_action(‘bp_core_install…’) #3 /homepages/17/d4296816486/htdocs/wordpress/wp-content/plugins/buddypress/bp-core/bp-core-update.php(770): bp_core_install_emails() #4 /homepages/17/d4296816486/htdocs/wordpress/wp-content/plugins/buddypress/bp-core/bp-core-update.php(291): bp_update_to_11_0() #5 /homepages/17/d4296816486/htdocs/wordpress/wp-content/plugins/buddypress/bp-core/bp-core-update.php(159): bp_version_updater() #6 /homepages/17/d4296816486/htdocs/wordpress/wp-includes/class-wp-hook.php(308): bp_setup_updater(”) #7 /homepages/17/d4296816486/htdocs/wordpress/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array) #8 /homepages/17/d4296816486/htdocs/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /homepages/17/d4296816486/htdocs/wordpress/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-actions.php(120): do_action(‘bp_admin_init’) #10 /homepages/17/d4296816486/htdocs/wordpress/wp-includes/class-wp-hook.php(308): bp_admin_init(”) #11 /homepages/17/d4296816486/htdocs/wordpress/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array) #12 /homepages/17/d4296816486/htdocs/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #13 /homepages/17/d4296816486/htdocs/wordpress/wp-admin/admin.php(175): do_action(‘admin_init’) #14 /homepages/17/d4296816486/htdocs/wordpress/wp-admin/plugins.php(10): require_once(‘/homepages/17/d…’) #15 {main} thrown in /homepages/17/d4296816486/htdocs/wordpress/wp-includes/class-wp-hook.php on line 308

    #327835
    nicsevic
    Participant

    Hi,

    I’m reaching out on behalf of a WordPress.com to report an issue seen on one of our users’ sites.

    We recently had to block error logging for the below warnings on a site due to them generating around 90k log lines per second. It looks like these might have been triggered when the user attempted to disable the plugin as they occurred around the same time as these timed out requests /wp-admin/plugins.php?action=deactivate&plugin=buddypress%2Fbp-loader.php&plugin_status=all&paged=1&.... The log explosion is no longer happening but it’s not clear what stopped it.

    The site is using Buddypress 10.6.0, WP 6.1.1, PHP 8.1

    `
    PHP Warning: next() expects parameter 1 to be array, null given in /srv/htdocs/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 368

    PHP Warning: current() expects parameter 1 to be array, null given in /srv/htdocs/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 362
    `

    baby.face
    Participant

    This may be related to a 10.4.0 issue i wrote about here: Fatal Error When Activating Pending Account

    I installed BP 10.5.0 with WordPress 6.0.3 and the error mentioned above seems fixed. Thank you!

    However…

    When a new user signs up for an account the default email received by the admin uses a token {{{manage.url}}} which takes the admin to a confirmation page that says “Approve Membership Requests // You are about to send an approval email to the following user:”

    When i click “Confirm” i am sent to the pending user page and the user is still pending and i receive an email saying a fatal error occurred. (See below for messaging.)

    If i then click “Activate” for the pending user i go to a page that says: “Activate Pending Accounts // You are about to activate the following account:” I click confirm and the user is activated with no issue.

    Obviously, there’s an issue with the “Approve Membership Requests” page. Maybe the user needs to be activated first? What’s the difference between activating and approving?

    The main question: The default email sent to the admin has a token {{{manage.url}}} which takes me to the “Approve Membership Requests” page. What’s the token that takes the admin to the “Activate Pending Accounts” page?

    ~~~~~~~~~~~~~~~~

    Here’s the error generated by the “Approve Membership Requests” page:

    Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.

    When seeking help with this issue, you may be asked for some of the following information:
    WordPress version 6.0.3
    Active theme: Avada Child (version 1.0.0)
    Current plugin: BuddyPress (version 10.5.0)
    PHP version 7.4.32

    Error Details
    =============
    An error of type E_ERROR was caused in line 213 of the file /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/bp-members-notifications.php. Error message: Uncaught Error: Class ‘BP_Notifications_Notification’ not found in /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/bp-members-notifications.php:213
    Stack trace:
    #0 /home/nondualhealersas/public_html/wp-includes/class-wp-hook.php(307): bp_members_mark_read_submitted_membership_request_notification(”)
    #1 /home/nondualhealersas/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #2 /home/nondualhealersas/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/nondualhealersas/public_html/wp-admin/admin-footer.php(78): do_action(‘admin_footer’, ”)
    #4 /home/nondualhealersas/public_html/wp-admin/admin.php(297): require_once(‘/home/nondualhe…’)
    #5 /home/nondualhealersas/public_html/wp-admin/users.php(11): require_once(‘/home/nondualhe…’)
    #6 {main}
    thrown

    #326827
    dektech2018
    Participant

    Fix: Deactivate the plugin, install “My Custom Functions” and paste this code into the PHP Inserter in the Dashboard settings menu.

    //Hide for non-logged-in users (public visitors)
    function bp_logged_out_page_template_redirect() {
    if( ! is_user_logged_in() && (is_page( ‘members’ )|| is_page( ‘activity’ ) || bp_is_user()) ) {
    wp_redirect( home_url( ‘/register/’ ) );
    exit();
    }
    } add_action( ‘template_redirect’, ‘bp_logged_out_page_template_redirect’ );

    #325353
    baby.face
    Participant

    I disabled all the plugins and switched the theme to twenty-twenty-two. There is no bp-custom.php file. I also downloaded the latest version of BuddyPress and replaced the original BP 10.3.0 plugin folder with the newly downloaded one. I am running PHP 7.4.

    The same fatal error persists while the user requesting site access gets approved.

    Here is the fatal error from the error screen:
    Fatal error: Uncaught Error: Class ‘BP_Notifications_Notification’ not found in /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/bp-members-membership-requests.php:249 Stack trace: #0 /home/nondualhealersas/public_html/wp-includes/class-wp-hook.php(309): bp_members_membership_requests_delete_notifications_on_change(Array) #1 /home/nondualhealersas/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(false, Array) #2 /home/nondualhealersas/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #3 /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/classes/class-bp-signup.php(961): do_action(‘bp_core_signup_…’, Array, Array) #4 /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php(1816): BP_Signup::activate(Array) #5 /home/nondualhealersas/public_html/wp-includes/class-wp-hook.php(307): BP_Members_Admin->signups_admin_load(”) #6 /home/nondualhealersas/public_html/wp-includes/class-wp-h in /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/bp-members-membership-requests.php on line 249

    Also, from WordPress’s built-in fatal error detection feature:

    WordPress version 6.0.1
    Active theme: Twenty Twenty-Two (version 1.2)
    Current plugin: BuddyPress (version 10.3.0)
    PHP version 7.4.30

    Error Details
    =============
    An error of type E_ERROR was caused in line 249 of the file /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/bp-members-membership-requests.php. Error message: Uncaught Error: Class ‘BP_Notifications_Notification’ not found in /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/bp-members-membership-requests.php:249
    Stack trace:
    #0 /home/nondualhealersas/public_html/wp-includes/class-wp-hook.php(309): bp_members_membership_requests_delete_notifications_on_change(Array)
    #1 /home/nondualhealersas/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(false, Array)
    #2 /home/nondualhealersas/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/classes/class-bp-signup.php(961): do_action(‘bp_core_signup_…’, Array, Array)
    #4 /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php(1816): BP_Signup::activate(Array)
    #5 /home/nondualhealersas/public_html/wp-includes/class-wp-hook.php(307): BP_Members_Admin->signups_admin_load(”)
    #6 /home/nondualhealersas/public_html/wp-includes/class-wp-h

    In addition, the only other BP plugin I had been using was BuddyPress Xprofile Custom Field Types Version 1.2.4 by BuddyDev. This has been disabled along with everything other than the BP plugin so I’m not sure if this has any relevance.

    Assistance would be appreciated.

    #325296
    Adam
    Participant

    I’ve a new BuddyPress site with 3 members. Member1 is the admin and sole member of a new group. Member2 is their Friend, the Member3 is not.
    When Member1 the group admin visits the group page and selects Invite Members all that is shown is “No friends were found. Try another filter.”
    Selecting ‘My Friends’ or ‘AllMembers’ results in the same message.
    Both Member2 and Member3 are not members of the group and both do not have pending invitations. Both users have logged into their account (its fully activated).
    If I select WP default theme Twenty Twenty-Two and disable all plugins other than BuddyPress issue is the same.
    I’m at a loss to explain it and get Invite members working. Does anyone know of any gotchas that I might not be aware of?

    jumling
    Participant

    Hey Guys,

    New to BP. Latest versions of WP/BP all active.

    I’ve noticed when a new user registers, activates, then logs in: That various profile data such as:

    *Real Name
    *Bio
    *Hobbies etc
    *Other fields

    Are all pre populated with the same dummy info.
    I see no options in the settings to stop this from happening: e.g: Leave it blank.

    I do see the datafields in phpmyadmin though. Deleting these from the DB, is this the right way to stop blank fields being populated?

    Cheers

    Eric Kuznacic
    Participant

    I had an issue with a client site that the BP team may want to look into, in the event that it is affecting more sites than just mine.

    The issue: Running the latest version of BuddyPress (10.2), I had a client site and server that were seeing spikes to 100% CPU and high RAM usage — but only when a logged-in user opened the WordPress media library (/wp-admin/upload.php).

    My hosting support first told me it was a plugin error, then I was told it was a theme error. But we were unable to find any evidence of this. I cloned the live site, deactivated all plugins and switched to a default WP theme, and the issue still occurred.

    There were no related items in the Apache or Nginx error logs, but the PHP access log fills with lines like this, seemingly for every media file:

    (server IP) – [15/Apr/2022:15:57:37 +0000] “GET /index.php?bp-attachment=13109/NorthCrawford-300×225.jpg” 301 0 – 798 14702 0.648 8388608 9.27% 3.09% “/?bp-attachment=13109/NorthCrawford-300×225.jpg”

    The solution: This is what I received from my hosting support:

    The issue is BuddyPress created htaccess that redirects all wp-content/uploads/bp-attachments/ to ?bp_attachments= URL. The redirects spawn heaps of apache and php-fpm which also cause the issue . They created this sample htaccess found on the directory below

    /public_html/wp-content/uploads/bp-attachments# cat .htaccess

    RewriteEngine On
    RewriteBase /
    RewriteRule (.+) ?bp-attachment=$1 [R=302,NC]

    The htaccess has been renamed so, when you load medias, it should no longer reach 100%

    The solution was to take the .htaccess file out of the equation by renaming it, which is only a temporary fix. I presume this file would be overwritten upon the next BP update?

    If that’s the case, how would I keep this from happening, aside from renaming the offending .htaccess file each time there is a BP update?

    #322849
    djsteveb
    Participant

    when filling out register form it just refreshes the page – seems to fail with no error message I can see.
    How would I find out what is happening in the browser and on the server to debug?

    tried with turning off plugins and back to default theme,
    also did the list of things to check from here:
    (
    – check the WordPress settings allows account to be created (Anyone can register checkbox needs to be active) See: wordpress.org/support/article/settings-general-screen/#membership
    – check your permalink settings are using one of the pretty permalink options (not plain), see this documentation page wordpress.org/support/article/using-permalinks/#mod_rewrite-pretty-permalinks
    – check the activate and register actions are associated with a public WordPress page. You can find some inputs about it from this documentation page : codex.buddypress.org/getting-started/configure-components/#settings-buddypress-pages

    NB: the registration and activation pages are only displayed to users who are not logged in,
    )

    site is https://www.chatyolo.com/register/ – it’s kind of NSFW

    1. Which version of WordPress are you running?
    5.8.3
    2. Did you install WordPress as a directory or subdomain install?
    main directory
    6. Which version of BP are you running?
    9.2
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    301 Redirects, All in One SEO, AdRotate, Error Log Monitor, Forminator Pro,
    Slide Anything – Responsive Content / HTML Slider and Carousel, Wise Chat Pro, Wordfence Security,
    WP Activity Log, Smush Pro, Query Monitor,
    9. Are you using a standard WordPress theme or customized theme?
    tried both -happens with 2021 theme, zakra, and astra

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    2.6.9 – it’s turned off through and still issue

    20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page.
    was on legacy, switched to neavox

    Tried with firefox and chrome and different computers..
    had a few other profile fields – then removed them from the base signup and it still fails –

    Help greatly appreciated

    shenkwen
    Participant

    I’ve been using WPLMS theme which includes Buddypress. Right after I install the theme, users won’t get the activation email when they create an account. Although in the user list page, the “email sent” field is “1”.

    Then I install Buddypress on a plain 5.7.2 site with the 2021 theme. This time the users can get the activation email from wordpress@mysite.com(although it’s in the spam folder).

    Now I go back to the previous site and deactivate all of the other plugins and change the theme to 2021, still, users won’t get the activation email. This kind of verifies what the WPLMS’s support says, this is probably not their problem.

    Both sites are on the same Linode VPS server so they have the same host setting.

    Now I am stuck here. Can you show me a way to debug this?

    #319694

    In reply to: BuddyPress 8.0.0

    Mathieu Viet
    Moderator

    Hi @leahkoerper

    Thanks a lot for these new inputs. I’ve tested what you’ve described to try to reproduce the issue. I’ve created 3 new users on my development environment:
    – User A is contributor
    – User B is Editor
    – User C is Subscriber

    Being an admin, I’ve added a field without enforcing the field visibility.

    Users A, B & C can change the field visibility and the field visibility they chose is fully respected.

    So I can’t reproduce your issue with a fresh WordPress install with only BuddyPress being activated.

    I believe you may have some code running on your config that prevents BuddyPress to act like it should. If it’s not a plugin or a theme, try to look if there’s an existing wp-content/plugins/bp-custom.php file or a wp-content/mu-plugins/ directory with files in it.

    Mathieu Viet
    Moderator

    I see, you can try the following code:

    
    /**
     * Adds activities generated when a user activates their account when a user
     * is created using the WP REST API.
     */
    function rest_automatically_generate_an_activation_activity( $user ) {
    	// Adds a "became a registered user" activity.
    	bp_core_new_user_activity( $user->ID );
    
    	// Fake a user log in.
    	bp_update_user_last_activity( $user->ID );
    }
    add_action( 'rest_insert_user', 'rest_automatically_generate_an_activation_activity' );
    
    Mathieu Viet
    Moderator

    I’m bit amazed by this

    enabled direct registration of new members and disabled email confirmation

    As far as I know, a user registering from the front-end (managed by BuddyPress) is first receiving an email containing a secret key he needs to paste into the BuddyPress activate page to validate their account. But maybe you are using a plugin or some custom code to disable this..

    Otherwise, you can achieve what you describe adding the following code snippets to a bp-custom.php file.

    
    /**
     * Adds activities generated when a user activates their account when a user
     * is created using the wp-admin/user-new screen Add new action.
     */
    function automatically_generate_an_activation_activity( $user_id = 0 ) {
    	// Adds a "became a registered user" activity.
    	bp_core_new_user_activity( $user_id );
    
    	// Fake a user log in.
    	bp_update_user_last_activity( $user_id );
    }
    add_action( 'edit_user_created_user', 'automatically_generate_an_activation_activity' );
    
    caioscarvalho
    Participant

    Hi!

    I enabled direct registration of new members and disabled email confirmation.

    Everything works fine on the buddypress registration page

    But when I register a new user through the worpress panel >> Users >> new user, it activates as a member but not in activities

    Does anyone know a way to definitely activate these users registered on the panel without sending an email and having to do the first login?

    Use WP 5.7 and BP 8.0

    traceykin
    Participant

    Hi

    I was wondering if you could help me please with php.

    After the user fills in the create an account section and base register form I would like 2 things to happen when the user the hits complete signup button.

    1. Disable the auto activation so I can assign a member group in the wordpress users section
    2. Redirect to an external website for their tiered membership payment

    I have tried this for the redirection but I cant get it to work (I added the URL). I placed it in the child theme’s function.php

    function ps_bp_redirect($user) {
    $redirect_url = ‘url goes here’;
    wp_safe_redirect( add_query_arg( array( ‘user’ => $_POST[‘signup_username’] , ’email’=> $_POST[‘signup_email’]), $redirect_url ) );
    }
    add_action(‘bp_core_signup_user’, ‘ps_bp_redirect’, 100, 1);

    and I used this to stop the auto activation and this works perfect. I added the code to snippets plugin.

    add_filter( ‘bp_core_signup_send_activation_key’, ‘ps_disable_activation_email’ );
    function ps_disable_activation_email() {
    return false;
    }
    add_filter( ‘gettext’, ‘ps_change_activation_message’, 20, 3 );

    function ps_change_activation_message( $translated_text, $text, $domain ) {

    switch ( $translated_text ) {
    case ‘You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.’ :
    $translated_text = __( ‘Your membership account is awaiting approval by the site administrator.’, ‘buddypress’ );
    break;
    }

    return $translated_text;
    }

    I am using the newest version of wordpress and buddypress Version 7.3.0

    Many thanks and kind regards

    Tracey Kinchella

    #317050
    Julia
    Participant

    1. Which version of WordPress are you running?
    ⇒WordPress 5.6.1

    2. Did you install WordPress as a directory or subdomain install?
    ⇒As a directory

    3. If a directory install, is it in root or in a subdirectory?
    ⇒subdirectory? full pass /home/users/1/〇〇〇〇〇〇/web 

    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    ⇒Yes. WordPress 5.5.3 
    But it is the first try to see wrong display in buddypress.
    I am beginner.

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    ⇒Yes properly.

    6. Which version of BP are you running?
    ⇒Version 7.1.0

    7. Did you upgraded from a previous version of BP? If so, from which version?
    ⇒Probably No.

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    ⇒bbpress Version 2.6.6
    Other plugins are unactive in the test.

    9. Are you using a standard WordPress theme or customized theme?
    ⇒a standard WordPress theme

    10. Which theme do you use ?
    ⇒Generatepress Version 3.0.2

    11. Have you modified the core files in any way?
    ⇒No

    12. Do you have any custom functions in bp-custom.php?
    ⇒No

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    ⇒bbpress Version 2.6.6
    copy ⇒Unknown

    14. Please provide a list of any errors in your server’s log files. https://codex.wordpress.org/Debugging_in_WordPress

    ⇒The code is adding.

    
     // WP_DEBUG debug mode
    define( 'WP_DEBUG', true );
    
    // /wp-content/debug.log 
    define( 'WP_DEBUG_LOG', true );
    

    ⇒No error message!
    ⇒No log file generated. In short, no bug?

    15. Which company provides your hosting?
    ⇒lolipop.jp[Japan]

    16. Is your server running Windows, or if Linux; Apache, nginx or something else?
    ⇒Linux(CentOS)
    ⇒ Apache

    17. Which BP Theme are you using?
    ⇒Buddypress Nouveau

    18. Have you overloaded any BuddyPress template files.
    ⇒Unknow

    19. Any other site customisations that might have a bearing on the issue?
    ⇒No.  After remove customisations code in bbpress, I checked it.

    20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page.
    ⇒Buddypress Nouveau

    Basic Trouble Shooting:

    1. Identifying whether you have a theme issue:
    ⇒I tried other two themes[ Onepress and Twenty Twenty-One],
    but the icon[×] trouble occurred in buddypress profile page.(Nothing happens)

    2. Plugins:
    ⇒In the bbpress is activated only, the icon[×] works completely.(The topic deleted!!)
    In the bbpress and buddypress set, the icon[×] trouble occurred in buddypress profile page.(Nothing happens)
    Both test, the other plugins are invalid(not active).

    3. BP Themes:
    Both Buddypress Nouveau and Legacy, same wrong display.(Nothing happens)

    I think it is something wrong with the icon[×] button? on forum section in buddypress.
    Nothing happens when that [x] is clicked.

    #316910
    phronesisfrigg
    Participant

    Seems a common issue. Site is https://thepamphlet.net/, WP version 5.6, BP version 7.1.0. Users can register, will get email to activate, click link in email and then get error message saying activation invalid. Activation by copy/pasting key into field seems to work though. How do we fix?

    #316736
    lynnapp
    Participant

    Hi, I have a site with no functions. the only plugin activated is buddy press,

    so when it loads the object for the nav after the bp-wrap div it has

    <nav class=”main-navs no-ajax bp-navs single-screen-navs horizontal users-nav” id=”object-nav” role=”navigation” aria-label=”Member menu”>

    I had the site with custom themes and functions and removed everything to try and find out where it was getting hung up.

    Is there something else I can trouble shoot this with to find out why it does not load with Ajax – I thought that should be the default

    WP is 5.6
    Theme twenty twenty-one 1.1
    php 7.4
    Buddy Press info Version 7.1.0
    Active components Community Members, Extended Profiles, Account Settings, Friend Connections, Private Messaging, Activity Streams, Notifications, User Groups
    Active template pack BuddyPress Nouveau 7.1.0 ( I have tried with bp legacy also )
    Toolbar No
    Account Deletion Yes
    Community Members: Profile Photo Uploads Yes
    Community Members: Cover Image Uploads Yes
    Extended Profiles: Profile Syncing Yes
    User Groups: Group Creation Yes
    User Groups: Group Photo Uploads Yes
    User Groups: Group Cover Image Uploads Yes
    Activity Streams: Post Comments Yes
    Activity Streams: Activity auto-refresh Yes

    #315824
    craigburdett
    Participant

    I created a fresh install of WordPress, removed all themes except TwentyTwenty and all default plugins. Installed Buddypress from the WP repository. Activated. This is a fresh install set up to troubleshoot this Buddypress problem in another install.

    I can add users in the backend. If BP is disabled, users can register using the default registration.

    No WP errors are created or logged. A single proxy error is thrown. Noted below with real domain masked.

    Any suggestions?

    ********************

    1. Which version of WordPress are you running?
    Wordpress 5.5.3

    2. Did you install WordPress as a directory or subdomain install?
    Subdirectory

    3. If a directory install, is it in root or in a subdirectory?
    subdirectory

    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    Fresh installation

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    yes

    6. Which version of BP are you running?
    Version 6.4.0

    7. Did you upgraded from a previous version of BP? If so, from which version?
    No. Fresh install

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    None

    9. Are you using a standard WordPress theme or customized theme?
    No

    10. Which theme do you use ?
    Twenty-twenty

    11. Have you modified the core files in any way?
    No

    12. Do you have any custom functions in bp-custom.php?
    No

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    None

    14. Please provide a list of any errors in your server’s log files. https://codex.wordpress.org/Debugging_in_WordPress
    One error noted in proxy_error_log
    2020/12/01 13:37:19 [error] 31520#0: *5156884 “/var/www/vhosts/DOMAIN.com/httpdocs/testing2/register/index.html” is not found (2: No such file or directory), client: 143.244.45.55, server: DOMAIN.com, request: “POST /testing2/register/ HTTP/2.0”, host: “DOMAIN.com”, referrer: “https://DOMAIN.com/testing2/register/&#8221;

    All debug options enabled in wpconfig but WP throws no errors or creates a log file.

    15. Which company provides your hosting?
    1and1 dedicated server

    16. Is your server running Windows, or if Linux; Apache, nginx or something else?
    Apache & nginx

    17. Which BP Theme are you using?
    None additional

    18. Have you overloaded any BuddyPress template files.
    Touched none

    19. Any other site customisations that might have a bearing on the issue?
    Fresh install

    20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page.
    Buddypress Nouveau (but also tried with Buddypress Legacy)

    James Maiden
    Participant

    H there,
    I have been using BuddyPress for many years, but no longer need it.
    When I deactivated BuddyPress, non of my user avatars displayed in comments, forums, etc.
    I noticed the image files remain on the server, but realised that these must be somehow associated with BuddyPress and not WP.

    Is there any way to migrate the avatar association back to WP, so that when I deactivate BuddyPress, my users still retain their avatars?

    I would rather not keep BuddyPress active just to display user avatars.

    Thanks.

    HU ist Sebastian
    Participant

    Hey,

    you can automate Step 3 like this:

    function my_custom_buddypress_activation_autoactivate(){
    	if($key = bp_get_current_activation_key()){
    		if($user_id = bp_core_activate_signup($key)){
    			if(!is_wp_error( $user_id )){
    				$bp = buddypress();
    				$bp->activation_complete = true;
    			}
    		}
    	}
    }
    add_action('bp_before_activation_page','my_custom_buddypress_activation_autoactivate');

    I would not recommend auto-login on activation page because it could create a security risk.

    Happy Coding!

    #315367
    VibeThemes
    Participant

    Yes, this is a much desired application in BuddyPress. We have this application in our theme, the users are registered and activated simultaneously. In case you are interested, link.
    We’ve even extended this Buddypress function into registering with a user with custom role or member type, registering in groups, sending custom activation email and on activation sending custom welcome emails all controlled at the point of registration itself.

Viewing 25 results - 26 through 50 (of 902 total)
Skip to toolbar