Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 6,601 through 6,625 (of 68,948 total)
  • Author
    Search Results
  • #273317
    Ninaj
    Participant

    This is now showing up on the staging site notifications page:
    Fatal error: Uncaught Error: Call to undefined function bp_is_user_forums() in /nas/content/staging/soberocity/wp-content/themes/soberocity-theme/buddypress/members/single/home.php:91 Stack trace: #0 /nas/content/staging/soberocity/wp-includes/template.php(690): require() #1 /nas/content/staging/soberocity/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(155): load_template(‘/nas/content/st…’, false) #2 /nas/content/staging/soberocity/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(61): bp_locate_template(Array, true, false) #3 /nas/content/staging/soberocity/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(338): bp_get_template_part(‘members/single/…’, NULL) #4 /nas/content/staging/soberocity/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-theme-compat.php(212): bp_buffer_template_part(‘members/single/…’, NULL, false) #5 [internal function]: BP_Members_Theme_Compat->single_dummy_content(”) #6 /nas/content/staging/soberocity/wp-includes/class-wp- in /nas/content/staging/soberocity/wp-content/themes/soberocity-theme/buddypress/members/single/home.php on line 91

    #273314
    Venutius
    Moderator

    I’ve just raised a ticket about not being able to comment on activity items in the group activity page: https://buddypress.trac.wordpress.org/ticket/7854#ticket

    IF you switch to BP Nouveau in settings>>BuddyPress>>Options you will get a BP Nouveau item in the customize options list.

    #273312

    In reply to: Mobile activity menu

    Venutius
    Moderator

    Hi there, some things to check:

    wp-content/plugins/bp-custom.php - general bp customisations
    wp-content/themes/your-child-theme/functions.php - general wp customisations
    wp-content/your-child-theme/buddypress/activity etc. bp page overloads

    Those three files/locations are where most customisations will be done, but they could also be done via plugins so you should check what you have loaded as well.

    #273311
    Venutius
    Moderator
    #273298

    In reply to: BP3.0 strange behavior

    awpt
    Participant

    I had the same problem but here is a temporary solution until you get your theme or buddypress updated again.

    #273297
    awpt
    Participant

    as I see there are problems in the last version with custom themes.

    Fatal error: Uncaught Error: Call to undefined function bp_is_user_forums() in /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-content/themes/mytheme/buddypress/members/single/home.php:91 Stack trace: etc etc etc…

    So line 91 I changed to
    elseif ( class_exists('bbPress') && bp_is_user_forums() ) :

    and its working fine now because bbpress is not installed, maybe is better including the new buddypress templates instead but I have edited it to bootstrap classes and IDs so this was a temporary solution for me.

    #273296
    nasihahnet
    Participant

    From this link :

    Releases

    #273287
    glenndavis007
    Participant

    @r-a-y,

    In Settings/General I checked “Anyone can register” and the New User Default Role is “subscriber.

    Is this what you referred to?

    If so, it doesn’t make sense why the Buddypress two default emails relating to activating an account are absent. It would be helpful if someone can show me what the emails look like.

    #273284
    r-a-y
    Keymaster

    Did you enable registration on your WordPress install?

    Register and Activation Pages

    #273282

    In reply to: Using Buddypress

    r-a-y
    Keymaster

    Are you sure that BuddyPress is causing your 403 error when logging out?

    To verify, disable BuddyPress and attempt to logout and see what happens.

    r-a-y
    Keymaster

    BuddyPress does not handle forum functionality.

    I think you meant to post your topic on the bbpress.org/forums instead.

    #273280
    r-a-y
    Keymaster

    @worksofweb – Thanks for the debug messages. It’s due to a plugin or some custom code that is force-enabling the legacy activity query and requesting the total activity count.

    I’ve created a ticket with a fix here:
    https://buddypress.trac.wordpress.org/ticket/7848

    In the meantime, if you are using a plugin that is utilizing the 'bp_use_legacy_activity_query' filter, please deactivate it temporarily.

    #273276
    worksofweb
    Participant

    OK… thanks for the debugging advice – I get these two errors –

    Notice: Undefined variable: cache_group in /home/folder123/public_html/wp-cont/pluginssss/buddypress/bp-activ***/classes/class-bp-act***-acti***.php on line 742

    Notice: Undefined variable: cache_group in /home/folder123c/public_html/wp-cont/pluginssssssss/buddypress/bp-activity/classes/class-bp-act***-act****.php on line 745

    anyone know what these codes mean? they were not an issue until the new update!

    #273273
    nasihahnet
    Participant

    finally I did the same.
    I took BuddyPress back to version 2.9.4, and everything works again!

    #273272
    webmasterandadmin
    Participant

    I have now used the Plug-in “WP Rollback”, and took BuddyPress back to version 2.9.4, and everything works again!

    I will never again use versions that ends with X.0.0…

    Henrik

    #273267
    knowitallninja
    Participant

    Hi djsteveb,

    I do have a backup, could I copy the old buddypress folder over the new one?

    Thanks

    #273262
    snorklebum
    Participant

    Hi, Sounds similar to what we are seeing, I believe there is a ticket open for this already..
    https://buddypress.trac.wordpress.org/ticket/7845#ticket

    Hopefully they’ll have it fixed soon

    #273256
    djsteveb
    Participant

    @knowitallninja – Did you make a backup of your database before the upgrade? Like phpmyadmin – export – check add drop table or whatever?

    Did you make a backup of your files / folders?

    I would think you could import a backup db into a new db name, delete the buddypress folder.. then change your wp-config to pull info from the other database instead.. then upload the old buddypress..

    There may be more steps – but that is basically the gist I think, which all depends on if you made or have access to backup of your sql database before the updated plugin was activated.

    make a backup of your backups before trying any of this, if I am missing important steps I don’t want your backup ruined. Surely there are better tutorials on this via bing / startpage / duckduckgo search.

    hopefully you’ll hear from memberpress about knowledge of an issue with an update coming at a certain time.

    #273254
    Venutius
    Moderator

    There’s quite a few different ways a redirect can be put in place. If you did not specifically set it up that I’d be thinking this must a side-effect of a plugin. Maybe you could deactivate all plugins apart from BuddyPress and see if the redirect is removed?

    #273247
    nasihahnet
    Participant

    Unfortunatly, No body make support here
    They just feel hapy with their new buddypress update which make many many problem to us and let us suffering without any actual support.
    I am sorry, but this is the fact.

    #273240
    glenndavis007
    Participant

    Thanks @vapvarun. I realized I did not check “Buddypress” in Screen Options.

    #273239
    nasihahnet
    Participant

    I face the same problem since I updated to version 3.0

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘bp_activity_reset_my_new_mentions’ not found or invalid function name in /home/nasihah2/public_html/wp-includes/class-wp-hook.php on line 286

    it shows with user profile page and it seem to be there is confelect with buddypress x-profile plugin
    I am using boss theme from buddyboss

    #273229
    bluviaggiatore
    Participant

    I use buddypress legacy .

    http://prntscr.com/jk96di

    #273228
    Paul Wong-Gibbs
    Keymaster

    Are you using the new Nouveau template pack that came with Buddypress 3.0?

    Paul Wong-Gibbs
    Keymaster

    Yep, it’s not a core BuddyPress problem. We can’t support other plugins, sorry.

Viewing 25 results - 6,601 through 6,625 (of 68,948 total)
Skip to toolbar