#2268 closed defect (bug) (worksforme)
Fatal Error on clean multisite install (bbp 2.3-rc1 / bp 1.7-beta2)
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | trunk |
Component: | General | Keywords: | reporter-feedback close |
Cc: | info@…, alexvornoffice@… |
Description
I set up a new multisite install on local server to test against #2225: fresh download of WP 3.5.1, activate network/multisite, bbPress r4817, BuddyPress r6846 - no other plugins (only Dolly/Akismet, but both not activated). BuddyPress network activated runs with bp-default theme. bbPress network or site only activated (tried both) is in backend ok, but throws Fatal Error in frontend:
Fatal error: Call to undefined function bbp_get_search_slug() in /[...]/plugins/bbpress/bbpress.php on line 886
Change History (4)
Note: See
TracTickets for help on using
tickets.
Not able to duplicate this. In fact, I don't see how it's possible, since the declaration for bbp_get_search_slug() is directly after that of bbp_get_view_slug(), and bbp_get_view_slug() is called on line 885.
It sounds like not all of the files on your installation were copied over correctly. Can you try again with a clean checkout, and report back?
I'm going to close this as worksforme. If anyone can duplicate this, feel free to reopen and put into the 2.3 milestone.