Skip to:
Content
Pages
Categories
Search
Top
Bottom

BBPress + BuddyPress – Error


  • webappdesigner
    Participant

    @webappdesigner

    Hi, Firstly thanks for making such a great plugin, which once I can get working, will really change the lives of so many people.

    I have clean install on XAMMP of just the following;
    WordPress 4.2.2
    BuddyPress 2.3.2.1
    BBPress 2.5.7

    However when both BuddyPress and BBPress are activated i get the following error message across the top of most screens

    “Strict Standards: Declaration of BBP_Forums_Group_Extension::display() should be compatible with BP_Group_Extension::display($group_id = NULL) in C:\xampp\htdocs\wordpress\wp-content\plugins\bbpress\includes\extend\buddypress\groups.php on line 28″

    If I deactivate either BBPress or BuddyPress it goes away…

    I have no other plugins install as only just started trying to use them.

    I have seen some old previous messages about this same issue with a patch, however they see to be talking about the very different file structure to what this BuddyPress has…

    Thanks in advance

Viewing 1 replies (of 1 total)

  • webappdesigner
    Participant

    @webappdesigner

    answered my own question….

    For anyone that has the same problem, bbpress -> includes -> extend -> buddypress -> groups.php

    on line 151 change

    public function display() {
    to
    public function display($group_id = NULL) {

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