#4269 closed defect (bug) (fixed)
Undefined index and non-object
Reported by: | KardiWeb | Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | minor | Version: | 1.5.5 |
Component: | Groups | Keywords: | |
Cc: |
Description
[17-Jun-2012 21:22:27] PHP Notice: Undefined offset: 0 in /wp-content/plugins/buddypress/bp-groups/bp-groups-actions.php on line 295
[17-Jun-2012 21:22:27] PHP Notice: Trying to get property of non-object in /wp-content/plugins/buddypress/bp-groups/bp-groups-actions.php on line 295
Change History (4)
#1
@
12 years ago
- Component changed from Core to Groups
- Milestone changed from Awaiting Review to 1.6
- Severity changed from normal to minor
#3
@
12 years ago
(In [6108]) Reinstates 1.5.x integration of bbPress 1.x forum installation and configuration
In anticipation for a full switchover to bbPress 2.x in BuddyPress 1.6, several
aspects of the forum configuration and setup process were modified. Since
the migration to bbPress 2.x is being put off to a later version of BuddyPress,
it's necessary to revert some of these changes back to their BP 1.5.x state.
This changeset also fixes a bug in the bb-config.php creation script, where
a salt containing the string '?>' could result in early termination of the
config file.
Fixes #4269
(In [6107]) Fixes random group fetching in groups_action_redirect_to_random_group()
At some point, groups_get_group() was changed in such a way that the 'type'
and 'per_page' arguments were removed. This changeset reworks the way that
the group action function fetches a random group, to work around these changes.
Fixes #4269