Opened 11 years ago
Closed 11 years ago
#6480 closed defect (bug) (fixed)
Forums not working - error in bp-forums-bbpress-sa.php
| Reported by: | Brimfulof | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 2.3.1 |
| Component: | Forums | Version: | 2.3.0 |
| Severity: | major | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.