#4921 closed defect (bug) (no action required)
Access level to BP_Legacy::setup_globals() must be protected (as in class BP_Theme_Compat) or weaker
| Reported by: | modemlooper | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | 1.7 |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: |
Description
Getting this error when using theme switcher plugins with latest RC. Did not happen before.
Change History (4)
#2
follow-up:
↓ 3
@
13 years ago
- Keywords reporter-feedback close added
When included in a custom theme it throws up that error.
I assume that by "included" you mean that you have taken a copy of the buddypress-functions.php file and put it into your child theme. If so, the problem is likely that the version you copied over is out of date. Please replace it with the latest version from bp-legacy.
#3
in reply to: ↑ 2
@
13 years ago
- Keywords close removed
- Milestone Awaiting Review
- Resolution → invalid
- Status new → closed
Replying to boonebgorges:
I assume that by "included" you mean that you have taken a copy of the buddypress-functions.php file and put it into your child theme. If so, the problem is likely that the version you copied over is out of date. Please replace it with the latest version from bp-legacy.
Confirmed. It's correct in buddypress-functions.php, so no changes needed. Closing as invalid.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
It's buddypress-functions.php. When included in a custom theme it throws up that error.