Opened 10 years ago
Closed 10 years ago
#6480 closed defect (bug) (fixed)
Forums not working - error in bp-forums-bbpress-sa.php
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.3.1 | Priority: | high |
Severity: | major | Version: | 2.3.0 |
Component: | Forums | Keywords: | 2nd-opinion |
Cc: |
Description
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.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Just want to see if this is a problem with my setup - although I think it's pretty standard - or whether others are facing the same issue.