Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • News
  • Codex
  • Develop
  • Make
  • Forums
  • Download

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Arshad Hussain

    Arshad Hussain replied to the topic Fatal Error of buddypress after updating wordpress in the forum How-to & Troubleshooting 8 years, 1 month ago

    Can you please tell me that why this error comes so that I can research on that. Am I missing something or anything you may advice.

    Your remark: It could well be that your own mods to BP Core have caused this
    My remark: Can you explain or hint on this so that I can turn it off or do any custom coding to fix it.

    Thanks

  • Profile picture of Arshad Hussain

    Arshad Hussain replied to the topic Fatal Error of buddypress after updating wordpress in the forum How-to & Troubleshooting 8 years, 1 month ago

    Thanks for your kind response.

    Actually, previous developer has done some customization in BP core files instead of overriding them.

    Is there any solution to fix this error without updating buddypress?

  • Profile picture of Arshad Hussain

    Arshad Hussain started the topic Fatal Error of buddypress after updating wordpress in the forum How-to & Troubleshooting 8 years, 1 month ago

    I am using following of buddypress:

    BuddyPress: 2.4.3
    BP Profile Search: 4.4.1
    BP Registration Options: 4.2.10
    BuddyPress Custom Profile Menu: 1.5.1

    I had a wordpress version 4.4.1

    When I tried to update wordpress from version 4.4.1 to latest version of wordpress (i.e 4.9.5), it gives me following error on the website:

    Fatal error: Call to…[Read more]

  • Profile picture of Samara Jhon

    Samara Jhon's profile was updated 8 years, 1 month ago

    Samara Jhon

    @samarajhon

    View Profile
  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic sql query, program or plugin to insert a value in a field for all members in the forum How-to & Troubleshooting 8 years, 1 month ago

    Because the object cache caches query results from the database and if you modify the database – either directly or using WP’s DB APIs – you to clear it. Otherwise you’ll end up with inconsistent results.

    Using WP-CLI is probably easiest for this: https://developer.wordpress.org/cli/commands/cache/flush/

    If you don’t know enough to write these…[Read more]

  • Profile picture of Gustavo E. P. Pamplona

    Gustavo E. P. Pamplona's profile was updated 8 years, 1 month ago

    Gustavo E. P. Pamplona

    @gustavoeppamplona

    View Profile
  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Email Notifications show html code in the forum How-to & Troubleshooting 8 years, 1 month ago

    I’m afraid BP Emails struggle with HTML.

    Submit a bug report, friend. šŸ™‚

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic sql query, program or plugin to insert a value in a field for all members in the forum How-to & Troubleshooting 8 years, 1 month ago

    Also clear WordPress object cache after manipulating the DB directly.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Email not working when Extended Profile or Account Settings are on in the forum How-to & Troubleshooting 8 years, 1 month ago

    I can’t immediately guess why enabling Extended Profile (or Account Settings) stops emails sending.

    What email are testing in this situation, and how are you triggering it?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic BuddyPress is leaving my intranet slow and fields for date of birth disappeared in the forum How-to & Troubleshooting 8 years, 1 month ago

    PHP error log files are another source of information.

    p.s. WordPress does not have a “birthday date” field by default. BuddyPress provides the “Extended Profile” screen. If some other plugin has added a field with that same name/heading, and BuddyPress causes it to disappear, then there’s probably some sort of code conflict you’d need to…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Adding a tab to the Users->Your Profile Section in the forum Creating & Extending 8 years, 1 month ago

    @johnnymarin Searching the BuddyPress code base for “Extended Profile” would have shown you the relevant WordPress action hooks to use are edit_user_profile and show_user_profile.

    Have a look at class BP_Members_Admin->profile_nav() for an implementation example. šŸ™‚

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic How show Friends count on PHP7 in the forum How-to & Troubleshooting 8 years, 1 month ago

    Why does this have any relevance at all on PHP7 vs any other PHP version??

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Enable BuddyPress causes output of blank pages after log on in the forum How-to & Troubleshooting 8 years, 1 month ago

    Right, a white page is a typical PHP Server error. Start by looking in your server’s log files (or asking your host for support to do that).

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic How to disable bp_send_email_success in order to speed up message posting in the forum How-to & Troubleshooting 8 years, 1 month ago

    This was originally commented on an old post https://buddypress.org/support/topic/buddypress-ajaxpost-calls-very-slow-when-it-sends-emails/

    It’s tempting to draw conclusions about is_slow() from that other post but realistically that assumption needs testing.

    @kpkna I would like BP to send emails asynchronously in the future — I think the…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic version 2.9.5 for bug fixes!? in the forum How-to & Troubleshooting 8 years, 1 month ago

    I have literally just released BP 2.9.4, which includes the fix for the aforementioned ticket.

    You have to remember and respect this is a volunteer project. Issues take time to be triaged, fixed, and tested, and then actual releases have their own release cycle.

    Without volunteers at all of these steps, things take longer.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic new forum url automatically goes to site.com/forums/forum/ in the forum How-to & Troubleshooting 8 years, 1 month ago

    This will be a bbPress configuration; I don’t know if it’s possible. Try https://bbpress.org/forums/

  • Profile picture of Paul Wong-Gibbs

    Paul Gibbs updated the Version 2.9.4 page, on the BuddyPress Codex 8 years, 1 month ago

    Version 2.9.4 is a BuddyPress maintenance release, released on April 3, 2018.

    For Version 2.9.4, the database version (bp_db_version in wp_options) was 11105, and the Trac revision was r11943. Read the full […]

  • Profile picture of Paul Wong-Gibbs

    Paul Gibbs updated the Prelaunch Checklist page, on the BuddyPress Codex 8 years, 1 month ago

    Releasing BuddyPress to the world is a big deal, and takes quite a few manual steps to ensure safe & comfortable updates & upgrades are had by all. Below are the steps release leads go through with each & every […]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic "Take Photo" not working on Firefox in the forum How-to & Troubleshooting 8 years, 1 month ago

    This is broken in Firefox. We have a fix and targeting it for the 3.0 release: https://buddypress.trac.wordpress.org/ticket/7676

  • Profile picture of Variety Solar

    Variety Solar's profile was updated 8 years, 1 month ago

    Variety Solar

    @varietysolar

    View Profile
  • Load More

WordPress.org bbPress.org BuddyPress.org Matt Blog RSS

GPL Contact Us Privacy Terms of Service X

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Log In