[buddypress-trac] [BuddyPress Trac] #6480: Forums not working - error in bp-forums-bbpress-sa.php
buddypress-trac
noreply at wordpress.org
Fri Jun 5 12:01:33 UTC 2015
#6480: Forums not working - error in bp-forums-bbpress-sa.php
--------------------------------+-----------------------------
Reporter: Brimfulof | Owner:
Type: defect (bug) | Status: new
Priority: high | Milestone: Awaiting Review
Component: Component - Forums | Version: 2.3.0
Severity: major | Keywords: 2nd-opinion
--------------------------------+-----------------------------
The forums on my site stopped working and were giving the following error
message:
{{{
Warning: require XXX/wp-content/plugins/buddypress//bp-forums/bbpress/bb-
includes/class.bb-query.php) [function.require]: failed to open stream: No
such file or directory in XXX/wp-content/plugins/buddypress/bp-forums/bp-
forums-bbpress-sa.php on line 36
}}}
Looking at the file and comparing where the bbpress files actually were on
my installation I worked out/guessed that lines 31 and 32 were at fault.
Changed to:
{{{
define( 'BB_PATH', $bp->plugin_dir . '/bbpress/' );
define( 'BACKPRESS_PATH', $bp->plugin_dir . '/bbpress/bb-
includes/backpress/' );
}}}
And seems to be working now.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6480>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list