Skip to:
Content

BuddyPress.org

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: brimfulof's profile Brimfulof 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)

#1 @Brimfulof
10 years ago

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.

#2 @johnjamesjacoby
10 years ago

  • Milestone changed from Awaiting Review to 2.3.1

I broke this. I accidentally set the root directory as the old bbPress external instead of in the bp-forums component.

Am fixing for 2.3.1, which will be released imminently.

Last edited 10 years ago by johnjamesjacoby (previous) (diff)

#3 @johnjamesjacoby
10 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in 2.3.1.

Note: See TracTickets for help on using tickets.